From Source
About
Installing Mango Framework from source gives you the greatest amount of flexibility with the system. This is how it was developed and used by myself. To visit the framework source code page click here
Downloading
Directly from Github
-
Choosing a branch lets you pick what features will come with your download of Mango Framework. Each branch has a different set of branch features.

-
Press the Code button in the top right of the repository.

-
Press "Download ZIP" button, which will download the whole repository as a zipped archive.

-
Create a folder, anywhere, that will be your work folder.
- Unzip the archive into you new work folder.
With Git
- Open a terminal
- Move into the directory that will be the parent directory of your workspace folder.
- Choose a branch from the Github repository.
- Run:
Opening your workspace
After downloading the repository, you can open it Visual Studio Code or your IDE of choice. The workspace should be Rojo ready and work off the bat.