Using docker compose:
docker compose up --watch
install:
./run.sh uv add <package==1.0.0>
./run.sh uv add --group dev <package==1.0.0>
remove:
./run.sh uv remove <package>
./run.sh uv remove --group dev <package>
./run.sh uv run pytest
./run.sh uv run ruff format .
./run.sh uv run ruff check --fix .
Several commands have been created to do things like create users.
# to view available commands
./run.sh uv run app/cli.py --help