Mention pnpm dev:web in CONTRIBUTING.md

This commit is contained in:
Brendan Allan authored and GitHub committed 2023-08-08 07:58:58 -07:00
1 parent a1c5c55a37
commit 2e702f2eba
1 file changed
+7 -2
+7 -2
View File
@@ -55,8 +55,13 @@ To quickly run only the desktop app after `prep`, you can use:
To run the web app:
- `cargo run -p sd-server` (runs the server)
- `pnpm web dev` (runs the web embed server)
- `pnpm dev:web`
This will start both the server and web interface.
You can launch these individually if you'd prefer:
- `cargo run -p sd-server` (server)
- `pnpm web dev` (web interface)
To run the landing page: