Add README

This commit is contained in:
Yakov5776 2022-10-08 23:32:41 -04:00
parent aa63c82030
commit 2c3c9107d2
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

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