Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 557 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 557 Bytes

Documentation Site

This repo contains the documentation site for this project.

Development

To develop for this repo you must first create a Python virtual environment:

python3 -m venv ./venv

Then activate it, on unix:

source ./venv/bin/activate

And finally install the dependencies:

pip install -r requirements.txt

You can then start a development server with:

mkdocs serve -a 0.0.0.0:8000

Author

This documentation repo has been made by Freenalytics.