ChrisBoesch / singpathfire

An AngularFire-based version of SingPath
http://chrisboesch.github.io/singpathfire
MIT License
4 stars 7 forks source link

Build Status Stories in Ready Coverage Status Gitter

Class Mentors and SingPathFire

Editing from Koding.com (a free online IDE)

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.

Local Installation Requirements

Installation

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:

Testing

make test

TODO