Quick and dirty prototype/UI mockup.
If you do not have Bundler installed, do this:
gem install bundler
Get the code and install dependencies:
git clone https://github.com/scrive/petitions.git
cd petitions
bundle install
Run the web app:
rackup
Before deploying for the first time:
git remote add heroku [email protected]/scrive-petitions.git
After that, re-deploy by doing:
git push heroku master