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

461 B

Cookie Dialog Monster API

Installation

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

yarn install

Scripts

yarn build

Removes the build directory and compiles TypeScript files.

yarn dev

Starts the server in development mode with nodemon.

yarn lint

Lints the codebase using ESLint.

yarn start

Starts the API server instance in production mode.