Development¶
This section provides information for developers who want to contribute to the project.
Setting Up the Development Environment¶
You can use uv to set up a virtual environment for development.
Running Tests¶
To run the test suite, use the following command:
Documentation¶
The documentation is built using MkDocs with the Material theme.
To build the documentation, execute the following command:
Or to get live updates while editing the documentation:
This will start a development server at http://127.0.0.1:8000 with automatic reload when you make changes to the documentation files.
Dependencies need to be exported to a requirements.txt file in order to be accessible to Read The Docs.