RRE-Site/README.md

13 lines
260 B
Markdown

# 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`.