- Install NPM (by installing Node.js).
- Clone this Git repository.
- Install hem:
sudo npm install -g hem
- Launch the development server:
hem server
or./server.sh
To be able to run the acceptance tests:
brew update && brew install phantomjs
- Install Ruby via RVM
- Install bundler:
gem install bundler
- Install Ruby dependencies:
bundle install
Run the acceptance tests with bundle exec cucumber
Ensure that Heroku knows that this is a Javascript (and not a Ruby) app: heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs