Development¶
This project uses Task as a command runner. The Taskfile.yaml at the root of the project contains all the available commands.
Documentation¶
The documentation is built using MkDocs with the Material for MkDocs theme.
Dependencies¶
To install the documentation dependencies, run the following command:
Local Development Server¶
To start a local development server that automatically reloads when you make changes, run:
This will make the documentation available at http://localhost:8000.
Deployment¶
To deploy the documentation to GitHub Pages, run: