To do!
- Ruby 2.6.1 (
rvm install 2.6.1 && rvm use 2.6.1 --default
) - Postgres (
brew install postgres
) - Bundler (
gem install bundler
) - Rails
- Clone git repo
- cd to repo directory and
bundle install
- start postgres and then run
rake db:setup
to load db schema