28 lines
451 B
Markdown
28 lines
451 B
Markdown
# Cookie Dialog Monster API
|
|
|
|
## Installation
|
|
|
|
Make sure you have [Node.js](https://nodejs.org/) (version 20.x) and [pnpm](https://pnpm.io/) installed.
|
|
|
|
```bash
|
|
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.
|