Install dependencies
$ yarn
Build sources and run server in development environment:
$ yarn dev
The server is accessible at http://localhost:8888 by default.
First build source files:
$ yarn build
Then start server in production environment:
$ yarn start
The server is accessible at http://localhost:8888 by default.
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.