- RVM
- PostgreSQL
- Ruby 3.2.1
bundle install
from the root of the projectbundle ex rake db:create db:migrate
- Specify
SECRET_KEY_BASE
andGOOGLE_MAP_API_KEY
env variables rails s
- Visit
localhost:3000
- Enjoy!
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.