Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 585 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 585 Bytes

README

Continuous Integration

初期設定

gemパッケージのインストール

bundle install

jsパッケージのインストール

yarn install

マイグレーション実行

rails db:migrate

初期データの投入

rails runner bin/initial_data.rb

サーバー起動

rails s

ホーム画面にアクセス

http://localhost:3000/home/index