bundle install
from the root of the projectbundle ex rake db:create db:migrate
SECRET_KEY_BASE
and GOOGLE_MAP_API_KEY
env variablesrails s
localhost:3000
There's .rubocop.yml
file in the root which is necessary for rubocop
to inspect files.
To run linter, type rubocop
from the root of the project
Automatic deployment from the master
branch is enabled. Note that build must pass TravisCI
before it will be deployed.