Skip to content

Commit d891ee8

Browse files
committed
wip:1 (fhwr1)
1 parent 26eee3c commit d891ee8

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • extensions/cms-live-preview/6.0.x/extensions/livePreview

extensions/cms-live-preview/6.0.x/extensions/livePreview/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This extension consists of:
1111
- **Admin Interface**: a preview pane on the left side of the screen that updates in real-time as you edit content on the right side.
1212
- **Article Model**: a simple content model with a couple of fields
1313

14-
The extension works with a Next.js app which you can clone and host locally. The Next.js app fetches content from the Webiny API and displays it in a simple format. As you edit the content in the Webiny Admin, the changes are sent to the Next.js app, which updates the preview pane in real-time.
14+
The extension works with a Next.js app which you can clone and host locally.
1515

16-
The Next.js app can be found here: https://github.com/webiny/learn-webiny-nextjs-app/tree/live-preview-ext
16+
Clone the app from here: https://github.com/webiny/learn-webiny-nextjs-app/tree/live-preview-ext
17+
18+
Once cloned, install dependencies and run the development server:
19+
20+
```bash
21+
yarn dev
22+
```

0 commit comments

Comments
 (0)