bundle config set path 'vendor/bundle'
bundle binstubs --path=.bundle/bin
bundle install
bundle exec rake -T
もしくは
.bundle/bin/rake -T
すればだいたい分かるはず
# イメージをビルド
$ make build
# ポート 4000 番でサーバを起動
$ make up
# イベントの index.md のテンプレートを出力する
$ make index
# イベントの report.md のテンプレートを出力する
$ make report