Skip to content

Commit eb7a475

Browse files
committed
Update the README with the dogfood commands.
1 parent 0a1bf0e commit eb7a475

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ Here are the key development loops:
2727

2828
```sh
2929
pnpm install
30-
pnpm dev:website # http://localhost:5173/playground
31-
pnpm storybook # http://localhost:6006
32-
pnpm test # runs all tests
30+
pnpm dev:website # vite hotreload at http://localhost:5173/playground
31+
pnpm dev:standalone # tauri hotreload
32+
3333
pnpm dogfood:vscode # builds the VSCode extension and installs it into your local VSCode
34+
pnpm dogfood:standalone # builds and runs the standalone app
35+
pnpm dogfood:standalone --install # installs your local build overtop of your existing system installation
36+
37+
pnpm storybook # http://localhost:6006
38+
pnpm test # runs all tests
3439
```
3540

3641
### Folder structure

0 commit comments

Comments
 (0)