Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard authored Sep 4, 2023
1 parent 5b228a0 commit 40c0609
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ Make sure you have the Python code formatters `black` and `isort` installed as t
You need to build the UI once before starting the server.

```sh
pnpm run build
pnpm run buildUi
```

Start by running `backend/hello.py` as an example.

```sh
cd backend
poetry run chainlit run chainlit/hello.py
poetry shell
chainlit run chainlit/hello.py
```

You should now be able to access the Chainlit app you just launched on `http://127.0.0.1:8000`.
Expand Down

0 comments on commit 40c0609

Please sign in to comment.