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

28 lines
461 B
Markdown
Raw Permalink Normal View History

2024-10-13 09:11:31 +00:00
# Cookie Dialog Monster API
2024-05-06 18:07:42 +00:00
## Installation
Make sure you have [Node.js](https://nodejs.org/) (version 20.x) and [Yarn](https://yarnpkg.com/) installed.
```bash
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.