![Tasks to do](https://badge.waffle.io/minhaportoalegre/verdade-ou-consequencia.svg?label=todo&=To Do)
- Install Ruby `2.1.9' with Rbenv or RVM.
- Install Bundler with
$ gem install bundler
. - Verify Rails version with
$ rails -v
, should be3.2.13
. If not, try to install it. - Create tables in database with
$ rake db:create db:migrate
and setup test environment with$ rake db:test:prepare
. - Run the server with
$ rails s
.
Você pode ver as coisas que temos para fazer (features, bugs, ideias etc) no Waffle:
https://waffle.io/minhaportoalegre/verdade-ou-consequencia
Ou se preferir, nas issues aqui mesmo no Github.