Heavily WIP, incomplete and incorrect information
-
Windows: Run
bash build.sh
in the main directory. -
Linux: Run
./build.sh
in the main directory.Your finished HTML website will appear in
site/
Alternatively after building you can run
mkdocs serve
to host the docs locally atlocalhost:8000