Copy template.env
to .env
Run docker compose up
docker compose exec -it web /bin/bash
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python -m venv .venv
.venv\Scripts\activate
.venv/bin/activate
pip install -U setuptools wheel pip uv
pip install -r .\config\requirements\dev_lock.txt
Note - on Windows, you may need to install Cygwin for uwsgi to install. Or use WSL.