Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 283 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 283 Bytes

Install dependencies:

pnpm install

Running project for development:

pnpm run dev

For production:

pnpm run build
pnpm run start

To add dependencies use the filter command:

For example:

pnpm add @nestjs/serve-static --filter api