This is my tiny little playground to try out some shiny new things and to reproduce the occasional bug. Powered by the beautiful Nest framework.
Using volta to automatically fetch the correct node & npm version.
npm install
cp .env.example .env
Via Docker:
docker compose up
or:
# development
$ npm run start
# watch mode
$ npm run start:watch
# unit tests
npm run test
# e2e tests
npm run test:e2e