Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 948 Bytes

middleman-pattern-library

middleman-pattern-library is a Middleman 4.x project template for creating and managing your front-end pattern library.

middleman-pattern-library screenshot

Installation

Create a new project with the template:

$ middleman init -T danielbayerlein/middleman-pattern-library MY_PROJECT_FOLDER

Usage

Start a local web server running at http://localhost:4567/ with:

$ bundle exec middleman server

For help, see the official Middleman website.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright (c) 2016-2018 Daniel Bayerlein. See LICENSE for details.