mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Mention pnpm dev:web in CONTRIBUTING.md
This commit is contained in:
@@ -55,8 +55,13 @@ To quickly run only the desktop app after `prep`, you can use:
|
|||||||
|
|
||||||
To run the web app:
|
To run the web app:
|
||||||
|
|
||||||
- `cargo run -p sd-server` (runs the server)
|
- `pnpm dev:web`
|
||||||
- `pnpm web dev` (runs the web embed server)
|
|
||||||
|
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:
|
To run the landing page:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user