- Clone or download repository
- Install dependencies
// with npm
npm install
// with yarn
yarn install
- Copy env.example to .env and set port.
- Start server
// with npm
npm run watch-server
// with yarn
yarn run watch-server
This software is released under the MIT license.