From 2e702f2ebabcb5ccdb693f3c67223c29c9baa738 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Tue, 8 Aug 2023 07:58:58 -0700 Subject: [PATCH] Mention pnpm dev:web in CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f812f296..636333774 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: