##Setup and Startup Currently, Superfly is not hosted anywhere... therefore at the current moment, you will have to host it locally on your own device. To do so just follow these instructions:
- Enter a terminal window. (In windows this is the command prompt)
- Copy + Paste this line into the command line
git clone https://github.com/ProgrammerKid/SuperFly.git cdinto the new directory, andcdagain into theappdirectory.
cd Superfly; cd app- Find your path
- In Mac OS, Linux, BSD, or other UNIX like OS's:
pwd - In Windows
echo %CD% - Copy the
path, from your terminal - Open a web browser
- In the URL bar, paste the
pathto superfly - In the same URL bar, append
index.htmlto the end of the URL - Hit enter. (Or go, or whatever)