here be dragons
This Development Edition is a variant of Edition Node for convience purposes only, loaded with the Handlebars Engine. The goals of this Development Edition are two-fold:
- Develop the Handlebars Engine
- Build and test against Handlebars pattern tree
Development Editions of Pattern Lab provide the ability to work on and commit changes to select packages within the overall Pattern Lab ecosystem. This Edition is NOT stable.
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 this default Handlebars demo, run yarn run preview:hbs
. Otherwise skip to step 3.
Finally, go back into this folder, cd packages/development-edition-engine-handlebars
, 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