Skip to content

Commit 4d1b207

Browse files
committed
Add yarn dev to documentation
1 parent c43a20b commit 4d1b207

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/react-renderer-demo/src/app/pages/renderer/development-setup.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ cd packages/pf3-component-mapper
3434
yarn start
3535
```
3636

37+
#### Run documentation
38+
39+
The documentation is a server-side rendered React application based on [NextJS framework](https://nextjs.org/).
40+
41+
```console
42+
cd packages/react-renderer-demo
43+
yarn dev
44+
```
45+
3746
#### How to clean?
3847

3948
```console

0 commit comments

Comments
 (0)