Here's how to setup locally.
yarn install
to install dependencies.env.example
file over to your own .env
file and update the variablesThis setup will handle hot reloading, so any updates you make to the NestJS code will update the container in realtime.
# development
$ yarn run start
# watch mode
$ yarn run start:dev