Flexible and minimalistic - wintersmith-pattern-library is a front-end pattern library / style guide built on top of wintersmith.
- Create and manage your front-end pattern library / style guide
- Generate static pages
- Easy configuration and handling
- Use internal and external dependencies
- Download or clone the repository:
git clone https://github.com/danielbayerlein/wintersmith-pattern-library.git
- Install the dependencies:
npm install
Create the static files with:
npm run build
Start a local web server running at http://localhost:8080/ with:
npm run preview
- 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-present Daniel Bayerlein, Chris Helgert. See LICENSE for details.