diff --git a/README.md b/README.md new file mode 100644 index 0000000..5aff317 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# What is this? +TODO + +# How do I build this? +This project uses material mkdocs. + +To install materal mkdocs, simply run: + + pip install mkdocs-material + +Then run `mkdocs serve` to preview it. + +You can also build it into static html files using `mkdocs build`. \ No newline at end of file