From 65128d342ee0195bacd717e37c8fdb42e3cca054 Mon Sep 17 00:00:00 2001 From: scosman Date: Mon, 4 Nov 2024 21:21:26 -0500 Subject: [PATCH] Update contributing.md --- CONTRIBUTING.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d925bd1d..607da33c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,19 +41,10 @@ To run the API server, Studio server, and Studio Web UI with auto-reload for dev 3. Open the app: http://localhost:5173/run -### Running the Desktop App +### Running and Building the Desktop App See the [desktop README](app/desktop/README.md) instructions for running the desktop app locally. -### Building the Desktop App - -Typically building desktop apps are done in a CI/CD pipeline, but if you need to build the desktop app locally, you can do so with: - -```bash -cd app/desktop -uv run ./build_desktop_app.sh -``` - ## Tests, Formatting, and Linting We have a large test suite, and use [ruff](https://github.com/astral-sh/ruff) for linting and formatting.