This repository contains miscellaneous drafts during daily development of MirrorTree. It is made to better print those markdown files.
For building against the theme you need to install MkDocs via Pip (Python). To get started simply run the following:
pip install -r requirements.txtIf you are using anaconda, you can also create a new environment with the following command:
conda env create -f environment.ymlTo serve the documentation, run the serve command:
mkdocs serve