Submit an issue to https://github.com/breba-apps/breba-docs/issues
You will need python 3.12 or later to run the code.
Install docker on your system. See docker installation instructions.
Install poetry to manage dependencies. See poetry installation instructions
Fork the repository. Then clone it to your local machine:
git clone https://github.com/breba-apps/you-username/breba-docs.git
Create a .env
file similar to .env.sample
BREBA_IMAGE=breba-image
OPENAI_API_KEY=
Docker should run without errors
docker ps
cd breba-docs
docker build -t breba-image .
poetry install
poetry run breba_docs
poetry run pytest
- Make sure to run tests locally before creating a PR.
- Then update docs relating to the change.
- Then create the PR