Merge branch 'dev'

This commit is contained in:
proddy
2025-12-31 21:26:15 +01:00
parent eaa277fef0
commit 28135c225b
385 changed files with 40221 additions and 38187 deletions

View File

@@ -3,10 +3,11 @@ When developing and testing the web interface, it's handy not to bother with re-
# prerequisites
- Install the latest LTS of NodeJS
- Install yarn (`npm install -g yarn`)
- install corepack `npm install -g corepack@latest` and `orepack enable`
- Install pnpm (`corepack use pnpm@latest-10` on linux or `winget install -e --id pnpm.pnpm` on windows). See <https://pnpm.io/installation>
- Install bun (<https://bun.sh/docs/installation>)
- type `yarn` from this `mock-api` folder to build
- type `pnpm install` from this `mock-api` folder to build
# To run
- `yarn standalone` from the main `interface` folder and then navigate to <http://localhost:3000>
- `pnpm standalone` from the main `interface` folder and then navigate to <http://localhost:3000>