We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1bf0e commit eb7a475Copy full SHA for eb7a475
1 file changed
README.md
@@ -27,10 +27,15 @@ Here are the key development loops:
27
28
```sh
29
pnpm install
30
-pnpm dev:website # http://localhost:5173/playground
31
-pnpm storybook # http://localhost:6006
32
-pnpm test # runs all tests
+pnpm dev:website # vite hotreload at http://localhost:5173/playground
+pnpm dev:standalone # tauri hotreload
+
33
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
39
```
40
41
### Folder structure
0 commit comments