Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 5, 2024
1 parent a20317a commit 65128d3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65128d3

Please sign in to comment.