@pattern-lab/uikit-workshop
v6.1.0
Published
Front-end assets and templates for the default Pattern Lab workshop view
Downloads
20,238
Keywords
Readme
UIKit Default
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.
Installation
Node
Pattern Lab Node uses npm to manage project dependencies. To install the default static assets run:
npm install @pattern-lab/uikit-workshop
Development Requirements
In order to modify these assets you need to install the following:
Development Set-up
Read the contribution guidelines
Working on Pattern Lab's UI Locally
Step 1: Install Dependencies
Run the following in the root of the Pattern Lab repo:
yarn run setup
Step 2 (Optional)
If you want to build using a fuller set of examples than what comes with the default Handlebars demo, run yarn run preview:hbs
. Otherwise skip to step 3.
Step 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