Skip to content

Commit 2c51371

Browse files
add instructions to run cms locally (#566)
1 parent 392eaa3 commit 2c51371

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ _Have another more specific idea? You may want to check out our vibrant collecti
3232
gatsby develop
3333
```
3434

35+
To run the CMS locally, you will need to instanciate a proxy server
36+
```
37+
npx netlify-cms-proxy-server
38+
```
39+
40+
and on your config file `static/admin/config.yml` add `local_backend: true`
41+
3542
1. **Open the source code and start editing!**
3643

3744
Your site is now running at `http://localhost:8000`!

0 commit comments

Comments
 (0)