mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
upgrade yarn to pnpm because why not
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user