cookie-dialog-monster/packages/api/README.md

451 B

Cookie Dialog Monster API

Installation

Make sure you have Node.js (version 20.x) and pnpm installed.

pnpm i

Scripts

pnpm build

Removes the build directory and compiles TypeScript files.

pnpm dev

Starts the server in development mode with nodemon.

pnpm lint

Lints the codebase using ESLint.

pnpm start

Starts the API server instance in production mode.