Create a copy of the reference env file in the root of the project and update the values accordingly.
cp .env.sample .env.local
Here's the steps to set up the project locally:
poetry shell
poetry install
make migrate
make load_fixtures
make createuser
make up
make runserver
ENV=test make tests
make up
make ollama model=nomic-embed-text:latest
make ollama model=llama3.2:latest
make up
make ollama model=nomic-embed-text:latest
make ollama model=starcoder2:15b-instruct
make up
make ollama model=nomic-embed-text:latest
make ollama model=qwen2.5:7b-instruct