cookie-dialog-monster/packages/api
2024-11-19 12:57:32 +01:00
..
src feat(browser-extension): use plasmo framework 2024-11-19 12:57:32 +01:00
.env.example feat: migrate to git.wanhose.dev 2024-10-13 11:11:31 +02:00
.eslintrc refactor(packages): report-service to api 2022-05-23 13:07:25 +02:00
nodemon.json refactor(packages): report-service to api 2022-05-23 13:07:25 +02:00
package.json feat(browser-extension): use plasmo framework 2024-11-19 12:57:32 +01:00
README.md feat(browser-extension): use plasmo framework 2024-11-19 12:57:32 +01:00
tsconfig.json chore: update deps 2023-09-29 17:45:52 +02:00

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.