act-rules / auto-wcag-deployer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: This project's usages are deprecated and is not under active development

aut-wcag-deployer

Auto WCAG Deployer: Which listens to GitHub Webhook to rebuild gh-pages. https://secret-sea-89054.herokuapp.com/

Running Locally

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.

Deploying to Heroku

heroku create or use existing containers after login using heroku login
git push heroku master
heroku open

Running tests

Foreman runs rspec in watch mode bundle exec guard -i, alternatively run rspec.

About


Languages

Language:Ruby 62.8%Language:JavaScript 22.9%Language:HTML 14.1%Language:CSS 0.3%