Skip to content

Commit

Permalink
deps: update Decap CMS references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 28, 2023
1 parent fc23b5b commit 4e503ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,20 @@ Run the example site in develop mode:
yarn workspace example-site develop
```

If you want to run the NetlifyCMS backend, then you need to start the NetlifyCMS proxy server a separate terminal window.
If you want to run the Decap CMS backend, then you need to start the Decap server in a
separate terminal window.

In the `packages/example-site` directory run:
```shell
npx netlify-cms-proxy-server
npx decap-server
```

In the `packages/example-site/static/config.yml` file, change the `local_backend` parameter to:
```yml
local_backend: true
```
Then load the `https://localhost:8000/admin/` to view the NetlifyCMS UI.
Then load the `https://localhost:8000/admin/` to view the Decap CMS UI.

### Develop Storybook in Workspace

Expand Down

0 comments on commit 4e503ae

Please sign in to comment.