Skip to content

jawwadzafar/middleman-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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