- Install dependencies:
npm ci
- Create
.env: Copy.env.templateto.env - Update
.env: Fill in necessary environment variables
- Development Mode:
npm run dev - Swagger docs running at
http://localhost:8080 - Building:
npm run build - Production Mode: Set
.envtoNODE_ENV="production"thennpm run build && npm run start