git clone git@github.com:deploymy-codes/frontend
cd frontend
bundle
npm install -g bower gulp
brew install phantomjs
bower install
npm install
cp gulp/aws.yml{.sample,}
gulp
# One run
gulp tests
# Rerun after each save
gulp tdd
# not yet implemented