Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.14 KB

File metadata and controls

25 lines (15 loc) · 1.14 KB

Pattern Lab Logo

Pattern Lab Node - Development Edition Engine Twig

here be dragons

This Development Edition is a variant of Edition Node for convience purposes only, loaded with the Twig Engine. The goals of this Development Edition are two-fold:

  • Develop the Twig Engine
  • Build and test against Twig 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.

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

Finally, go back into this folder, cd packages/development-edition-engine-twig, 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