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