Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 383 Bytes

kumonos.jp

Middleman をつかっています

開発環境構築

Ruby と bundler があれば、 git clone して下記実行するだけです。

$ bundle install --path vendor/bundle --jobs=4

サーバー起動

$ bundle exec middleman server

静的ファイルのビルド

$ bundle exec middleman build