We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392eaa3 commit 2c51371Copy full SHA for 2c51371
1 file changed
README.md
@@ -32,6 +32,13 @@ _Have another more specific idea? You may want to check out our vibrant collecti
32
gatsby develop
33
```
34
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
42
1. **Open the source code and start editing!**
43
44
Your site is now running at `http://localhost:8000`!
0 commit comments