Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemRaska committed Mar 3, 2025
1 parent a00040e commit dd8e65e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@

1. You need to use NodeJS version `v22.13.1` or newer or use `nvm use` to switch to the correct version.

2. Instal dependencies by running `npm install`
2. Since we are using [PNPM](https://pnpm.io/), you need to install corepack:

```bash
npm install -g corepack0.32.0

corepack enable
```

2. Install dependencies by running `pnpm install`

3. Run dependencies by `docker compose up -d`.

4. To develop dashboard, run `npm run dashboard:dev`
4. To develop dashboard, run `pnpm run dashboard:dev`

5. To develop server, run `npm run server:dev`
5. To develop server, run `pnpm run server:dev`

## API Documentation

Expand Down

0 comments on commit dd8e65e

Please sign in to comment.