For Tokyo Middleman Meetup #1. This project uses Middleman & Susy grid system.
https://speakerdeck.com/kumanoayumi/middleman-meets-susy
Start by installing Bundler, if you don't already have it:
gem install bundler
Then just download or if you prefer, clone the repository down to your local machine:
git clone https://github.com/kumanoayumi/mms.git my_new_project
Finally, do a bundle install
to install the required gems -- even Middleman itself!
Use middleman
to do your live development and middleman build
to render your static file output to the /build/
directory.
For full Middleman documentation, visit the Middleman website or Middleman(日本語).
For full Susy documentation, visit the Susy website.