mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
docs(local-development): use pnpm instead of turbo (#277)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user