2.5.0
6.0.0
3.0.0
$ brew install mysql
$ cp config/database.yml.sample config/database.yml
$ bundle install --path vendor/bundle --jobs=4
$ bundle exec rails db:create db:migrate
$ bundle exec rspec
$ bundle exec rails server
$ cd frontend
$ yarn start