RUNTEQの基礎編カリキュラムのリポジトリ
- See
.ruby-version
.
- See
Gemfile
.
- リポジトリのクローン
$ git@github.com:startup-technology/runteq_curriculum_normal.git
- Gemのインストール
$ bundle install --path vendor/bundle
- npmのインストール
$ yarn install
ファイルの中身はご自身の環境に合わせて適宜変更してください
- データベースの設定
$ cp config/database.yml.default config/database.yml
- 環境変数の設定
$ EDITOR="vi" bundle exec rails credentials:edit
slack:
webhook_url: 'hogehoge'