The official repository for the ROBLOX Reverse-Engineering site
Go to file
Matthew Brown a237ff6823 super important fix 2022-10-19 20:16:12 +01:00
docs super important fix 2022-10-19 20:16:12 +01:00
.gitignore Web-KeyGenerator 2022-10-09 14:13:31 -04:00
README.md Update README.md 2022-10-13 00:57:42 -04:00
mkdocs.yml Add "Edit this Page" functionality 2022-10-19 02:44:41 -04:00

README.md

What is this?

This is the offical repository for the Upcoming ROBLOX Reverse-Engineering site.

How do I build this?

This project uses material mkdocs (which runs over of python).

To install mkdocs-material (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.