Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 508 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 508 Bytes

Rails寺子屋

Build Status

rails.terakoya.io

Setup

$ git clone [email protected]:terakoya/rails.terakoya.io.git
$ cd rails.terakoya.io
$ bundle install

Boot

$ bundle exec middleman server

Manual build and publish

$ git pull --rebase origin master
$ bundle exec middleman build
$ bubdle exec middleman deploy