Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 902 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 902 Bytes

Netlify Status Netlify Status

まずやること

bundle config set path 'vendor/bundle'
bundle binstubs --path=.bundle/bin
bundle install

作業の進め方

bundle exec rake -T

もしくは

.bundle/bin/rake -T

すればだいたい分かるはず

Dockerで動かしたい場合

# イメージをビルド
$ make build

# ポート 4000 番でサーバを起動
$ make up

# イベントの index.md のテンプレートを出力する
$ make index

# イベントの report.md のテンプレートを出力する
$ make report