Note: This project's usages are deprecated and is not under active development
Auto WCAG Deployer: Which listens to GitHub Webhook to rebuild gh-pages. https://secret-sea-89054.herokuapp.com/
Make sure you have Ruby, Bundler and the Heroku Toolbelt installed.
git clone repo
bundle
heroku local
Your app should now be running on localhost:5000.
heroku create or use existing containers after login using heroku login
git push heroku master
heroku open
Foreman runs rspec in watch mode bundle exec guard -i
, alternatively run rspec
.