Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.01 KB

Middleman Base

This is my go-to scaffolding for frontend prototyping of apps and websites.

Using much of the base config from @mattolson/middleman-bootstrap-template, but as bare-bones for my needs as possible.

Features

Installation

  1. Install middleman as usual. See Middleman's documentation for more information.
  2. Initialize a new Middleman project with this template: middleman init -B -T cabgfx/middleman-base my_project
  3. Install required gems: cd my_project && bundle install
  4. middleman server

Move fast and fix things. 🚀