This Koding tutorial walks through how to work on singpathfire from Koding.com using just your web browser. Koding allows you to contribute without downloading or installing anything to your local system. This can be faster for contributers with slower Internet connections for development machines.
On OS X and Windows, we will assume you have a docker host running; e.g.:
docker-machine create --driver virtualbox default
docker-machine start
eval "$(docker-machine env default)"
Then:
git clone https://github.com/ChrisBoesch/singpathfire.git
cd singpathfire
make run
The GUI will be available at:
make test