Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix commands order to start UI #101

Merged
merged 1 commit into from
Jun 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Don't forget to revert that change before pushing.
### Start the UI

```sh
cd src/chainlit/frontend
npm run buildUi
cd src/chainlit/frontend
npm run dev -- --port 5174
```

Expand Down Expand Up @@ -163,4 +163,4 @@ npm run buildUi
chainlit run target.py
```

4. Any time you've made a change, restart the server from the previous step.
4. Any time you've made a change, restart the server from the previous step.
Loading