Make sure you have the git installed
git clone git@github.com:jakeorr/oktabletop.git
Will clone this repo into a oktabletop
directory.
Install nodejs which includes npm
.
cd oktabletop
npm install -g bower
npm install -g gulp
npm install
bower install
To install bower and then install dependencies for this project.
You can then run gulp
to start a monitored local server.
Pushing to master
will trigger an automatic deploy to heroku, served at www.oktabletop.com.