The official repository for the ROBLOX Reverse-Engineering site
Go to file
Yakov5776 f61660a286 Finish KeyGeneration 2022-10-11 23:10:39 -04:00
docs Finish KeyGeneration 2022-10-11 23:10:39 -04:00
.gitignore Web-KeyGenerator 2022-10-09 14:13:31 -04:00
README.md Add hidden service and downloads page 2022-10-11 23:10:02 -04:00
mkdocs.yml Finish KeyGeneration 2022-10-11 23:10:39 -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 (and it's dependencies), simply run:

pip install mkdocs-material
pip install mkdocs-exclude-search

Then run mkdocs serve to preview it.

You can also build it into static html files using mkdocs build.