upgrade yarn to pnpm because why not

This commit is contained in:
proddy
2025-05-18 15:53:38 +02:00
parent 2a50701107
commit d69f26acac
26 changed files with 6132 additions and 9379 deletions

View File

@@ -3,10 +3,10 @@ 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 pnpm (`corepack use pnpm@latest-10`). 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>