The web client for Branchr.
This project requires node and ruby to be installed on the system.
Ensure you have gulp and bower installed globally:
npm install -g gulp bower
Also ensure you have the ruby sass compiler installed (needed for gulp).
npm install
gulp serve
will automatically install bower dependencies, run the build process,
and serve the build at localhost:8000
. If in dev mode (the default), it will also
watch your files for changes.