/verdade-ou-consequencia

Lembra como era bom jogar Verdade ou Consequência? Agora, você pode jogar com os candidatos a vereador!

Primary LanguageJavaScript

Build Status

Run this project

  1. Install Ruby `1.9.3-p551' version with Rbenv or RVM.
  2. Install Bundler with $ gem install bundler.
  3. Verify Rails version with $ rails -v, should be 3.2.13. If not, try install.
  4. Create tables in database with $ rake db:migrate.
  5. Run the server with $ rails s.

TODO

0. Run project local. [OK]

1. Configure SnapCI, Codeclimate and Heroku.

2. Passing all Rspec tests.