Front-end assets and templates for the default Pattern Lab workshop view
npm install @baskerhq/uikit-workshop!license
!current release

Front-end assets and templates for the default Pattern Lab workshop view.
This code is responsible for creating Pattern Lab's default workshop UI look, feel, and functionality.
Pattern Lab Node uses npm to manage project dependencies. To install the default static assets run:
npm install @pattern-lab/uikit-workshop
In order to modify these assets you need to install the following:
* Node.js and NPM
* Bower
* Ruby Sass
Read the contribution guidelines
```
yarn run setup
. Otherwise skip to step 3.$3
Finally, go into the packages/development-edition-engine-handlebars or packages/edition-twig folder and start up the local dev server which watches UIKit and the local Pattern Lab instance for changes, live reloads, etc by running yarn dev`
cd packages/development-edition-engine-handlebars
yarn dev
``