You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/development-edition-engine-handlebars/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,19 @@ This Development Edition is a variant of [Edition Node](https://github.com/patte
10
10
* Build and test against Handlebars pattern tree
11
11
12
12
> Development Editions of Pattern Lab provide the ability to work on and commit changes to select packages within the overall Pattern Lab [ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html). This Edition is NOT stable.
13
+
14
+
15
+
## Working on Pattern Lab's UI Locally
16
+
17
+
### Step 1: Install Dependencies
18
+
Run the following in the root of the Pattern Lab repo:
19
+
20
+
```
21
+
yarn run setup
22
+
```
23
+
24
+
### Step 2 (Optional)
25
+
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.
26
+
27
+
### Step 3
28
+
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`
Run the following in the root of the Pattern Lab repo:
5
+
6
+
```
7
+
yarn run setup
8
+
```
9
+
10
+
### Step 2
11
+
Finally, go back into this folder, `cd packages/edition-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`
Copy file name to clipboardExpand all lines: packages/uikit-workshop/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ yarn run setup
42
42
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.
43
43
44
44
### Step 3
45
-
Finally go into the UIKit folder and start up the local dev server which watches UIKit and the Handlebars demo for changes, live reloads, etc.
45
+
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`
0 commit comments