Skip to content

Commit

Permalink
Update README with correct commands for running studio
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Oct 28, 2024
1 parent 53ebe65 commit 5fbe7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ cd app/web_ui
npm install
```

Run the API server and Web UI with auto-reload for development:
Run the API server, Studio server, and Studio Web UI with auto-reload for development:

- Run the Python server: `AUTO_RELOAD=true python -m libs.server.kiln_server.server`
- Run the Python server: `python -m app.desktop.dev_server`
- Run the Web UI from the `app/web_ui` directory: `npm run dev --`
- Open the app: http://localhost:5173/run

Expand Down

0 comments on commit 5fbe7b7

Please sign in to comment.