/FluxxChat-webasiakas

Web client for the FluxxChat messaging platform / Web-asiakas FluxxChat-viestialustalle

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

FluxxChat webasiakas

Docomentation

Heroku link

Link

Setup

Install dependencies

$ yarn

Development

Build sources and run server in development environment:

$ yarn dev

The server is accessible at http://localhost:8888 by default.

Running

First build source files:

$ yarn build

Then start server in production environment:

$ yarn start

The server is accessible at http://localhost:8888 by default.

Contributing

This project uses conventional commit messages. Example valid commit message:

feat: added graceful shutdown

You can also use the following command for commits:

$ yarn commit

The above command will guide you through the parts of the commit message interactively.