Mention pnpm dev:web in CONTRIBUTING.md

This commit is contained in:
Brendan Allan 2023-08-08 07:58:58 -07:00 committed by GitHub
parent a1c5c55a37
commit 2e702f2eba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: