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:
Read the contribution guidelines
Run the following in the root of the Pattern Lab repo:
yarn run setup
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.
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