$ npm install
Create .env
file in the project root, see .env.example
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- MongoDB
- Bee
For development, they can be started with Docker compose:
docker-compose up
MIT