Skip to content

Commit 62595db

Browse files
committed
docs(kitchen-sink): add step to run build at the root of the app to getting started
1 parent 5d46ff6 commit 62595db

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

examples/kitchen-sink/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ This example demonstrates all the pieces of Page Kit working together. It is int
44

55
### Running the app
66

7+
First run build at the root of the app to pick up the changes and the compiling of shared packages
8+
9+
```bash
10+
npm run build
11+
```
12+
713
To start the example app enter this directory:
814

915
```bash
1016
cd examples/kitchen-sink
1117
```
1218

13-
To build the app:
19+
To build the example app:
1420

1521
```bash
1622
npm run build

0 commit comments

Comments
 (0)