mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-10-14 09:49:19 +00:00
268 B
268 B
Project setup
$ pnpm install
Compile and run the project
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
Deployment
$ pnpm install -g @nestjs/mau
$ mau deploy