diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d47389a20..0382c68462 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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. diff --git a/frontend/public/logo_dark.svg b/frontend/public/logo_dark.svg new file mode 100644 index 0000000000..28d16903cb --- /dev/null +++ b/frontend/public/logo_dark.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/logo_light.svg b/frontend/public/logo_light.svg new file mode 100644 index 0000000000..171a341798 --- /dev/null +++ b/frontend/public/logo_light.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +