Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ I've copy/pasted the whole document there, and then formatted it with prettier.
- [Requirements](#requirements)
- [Set up the repo](#set-up-the-repo)
- [Install dependencies](#install-dependencies)
- [Build Frontend](#build-frontend)
- [Start the Chainlit server from source](#start-the-chainlit-server-from-source)
- [Start the UI from source](#start-the-ui-from-source)
- [Run the tests](#run-the-tests)
Expand Down Expand Up @@ -78,6 +79,14 @@ cd backend
uv sync --extra tests --extra mypy --extra dev --extra custom-data
```

### Build Frontend

The following will build the frontend distributions locally. From the root of the repo:

```sh
pnpm run buildUi
```

## Start the Chainlit server from source

Start by running `backend/hello.py` as an example.
Expand Down
26 changes: 26 additions & 0 deletions frontend/public/logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions frontend/public/logo_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading