The official repository for the ROBLOX Reverse-Engineering site
Go to file
Yakov5776 d9915c5417 Add JoinScripts
Co-Authored-By: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com>
2022-10-25 19:05:38 -04:00
docs Add JoinScripts 2022-10-25 19:05:38 -04:00
.gitignore Web-KeyGenerator 2022-10-09 14:13:31 -04:00
README.md Fix typos 2022-10-19 15:44:35 -04:00
mkdocs.yml Fix typos 2022-10-19 15:44:35 -04:00

README.md

What is this?

This is the official 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.