The full dev-setup requires docker.
It is highly recommended to install
* just <https://github.com/casey/just/releases> ≥1.23.0
Follow the following guides:
If you have just
installed, just run just setup
and follow any leftover instructions.
Alternatively, follow these guides:
And possibly:
installed uv
If you only want to build the documentation or run tests, you only need to do the following:
Set up a virtual environment
uv venv
uv pip sync requirements.dev.txt && uv pip install -e deps/wtforms-widgets -e '.[dev]'
Run tests / Build docs / …