docs(local-development): use pnpm instead of turbo (#277)

This commit is contained in:
Marco Pasqualetti
2025-01-02 08:43:41 +01:00
committed by GitHub
parent f6593097b6
commit ccd4e02b6a
@@ -61,7 +61,7 @@ You can see which version of yarn we use by checking the `packageManager` field
To check that everything is working properly, run:
```sh
turbo run check-all
pnpm run check-all
cargo build
```
@@ -70,7 +70,7 @@ cargo build
1. Start tuono frontend build using
```sh
turbo run dev
pnpm run dev
```
2. In another terminal run