cookie-dialog-monster/packages/api
2024-10-13 11:11:31 +02:00
..
src feat: migrate to git.wanhose.dev 2024-10-13 11:11:31 +02: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
LICENSE feat(packages): update licenses 2022-07-31 18:03:03 +02:00
nodemon.json refactor(packages): report-service to api 2022-05-23 13:07:25 +02:00
package.json feat: migrate to git.wanhose.dev 2024-10-13 11:11:31 +02:00
README.md feat: migrate to git.wanhose.dev 2024-10-13 11:11:31 +02: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 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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT