1. Forking the project
TL;DR: In this step you make a copy of the code on your computer. This is called 'Forking'.
Last updated
TL;DR: In this step you make a copy of the code on your computer. This is called 'Forking'.
Last updated
Log in with your Github account on .
Go to and click on 'Fork' > 'Create a new fork'. This will create a copy of the project that you can edit.
Click on the green 'Code' button in your forked repository, then copy the HTTPS link.
In the start menu, click on Clone Git Repository and paste the link you just copied.
Select where you'd like to save your project, and open the project. (I like to keep my files in /desktop/dev/).
Congrats, you now have set up your own copy of the LoopGate web app on your own computer!
It should look a little like this:
Open your preferred code editor ().