middleman-pattern-library is a Middleman 4.x project template for creating and managing your front-end pattern library.
Create a new project with the template:
$ middleman init -T danielbayerlein/middleman-pattern-library MY_PROJECT_FOLDER
Start a local web server running at http://localhost:4567/
with:
$ bundle exec middleman server
For help, see the official Middleman website.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2016-2018 Daniel Bayerlein. See LICENSE for details.