- Ruby 2.4.2
- Ruby on Rails 5.1.4
- SQLite3
- GitからCloneする
$ git clone git@github.com:1060ki/OshokujiMap.git
もしくは
$ git clone https://github.com/1060ki/OshokujiMap.git
- bundle installする
$ bundle install -j4 --path=vendor/bundle
- db:migrateする
$ bundle exec rake db:migrate
- yarn addする
$ yarn add