Skip to content

Latest commit

 

History

History
27 lines (11 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (11 loc) · 630 Bytes

Middleman Boilerplate Template

Middleman on windows

This is the boilerplate for Middleman projects for Windows. Currently using Middleman 4.

This is for people who're having difficulties while running middleman on Windows.

Local setup

  1. Make sure you've ruby 2.2.4p230 (2015-12-16 revision 53155) or above installed.

  2. Install Bundler and Middleman

  3. Clone this repository and rename the folder with your project name.

  4. cd to your project and from there run bundle

  5. lastly run bundle exec middleman

Godspeed