Skip to content

mxthxngx/crux

Repository files navigation

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