Skip to content

kanazawarb/meetup

Repository files navigation

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