Visit the site here
Local development
To serve the site locally, you need a couple of prerequisites (pipx
, poetry
and python >= 3.11 < 3.13
)
Install pipx
python -m pip install --user pipx
which will throw a warning that pipx
is not on Path. Navigate to the
path mentioned in the warning and execute
.\pipx.exe ensurepath
In a new terminal, install poetry
pipx install poetry
To install all project dependencies, navigate to the project root and execute
poetry install
... with
.\serve-local.bat
which will build and serve the site. The script is just a convenience wrapper
to disable the git-committers
plugin for local builds which should reduce the
build time by a couple of seconds.
The site is served at localhost:8000
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.