@busycph/styleguidekit-assets-busy
v0.1.3
Published
BUSY edition of front-end assets for Pattern Lab.
Downloads
4
Readme
Static Assets for the BUSY StyleguideKit edition
This code is responsible for creating Pattern Lab's UI look, feel, and functionality. These assets are are meant to be used in conjunction with the BUSY Mustache edition StyleguideKit, which control Pattern Lab-specific UI inside the iframe.
Installation
Pattern Lab Node uses npm to manage project dependencies. To install the default static assets run:
npm install styleguidekit-assets-busy
Development Requirements
In order to modify these assets you need to install the following:
Quick setup
git clone this repo
cd into dir
npm install
bower install
gulp (to build)