The official repository for the ROBLOX Reverse-Engineering site
Go to file
Yakov5776 2c3c9107d2 Add README 2022-10-08 23:32:41 -04:00
docs First Commit 2022-10-08 23:24:59 -04:00
README.md Add README 2022-10-08 23:32:41 -04:00
mkdocs.yml First Commit 2022-10-08 23:24:59 -04:00
test2.md First Commit 2022-10-08 23:24:59 -04:00

README.md

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.