You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper
37
37
38
38
**Netlify CMS** allows a user to enter content through an intuitive and easy to use interface which will then get used by **Vuepress** to create the appropriate pages. When saving content on **Netlify CMS**, the data gets saved into this git repository as markdown files.
39
39
40
-
## Setup local envitoment
40
+
## Setup local environment
41
41
42
42
1.### Clone this repo
43
43
@@ -54,15 +54,15 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper
54
54
4.### Start the local dev server
55
55
56
56
`yarn docs:dev`
57
-
57
+
58
58
By default, you should now see your scaffolded Settle APIs docs site at [https://localhost:8080](https://localhost:8080)🚀
59
59
60
60
5.### Start the local CMS server
61
61
62
62
`npx netlify-cms-proxy-server`
63
-
63
+
64
64
Open [http://localhost:8080/admin/](http://localhost:8080/admin/) to verify that your can administer your content locally. If the default port (8081) is in use, the proxy server won't start and you will see an error message. In this case, follow [these steps](https://www.netlifycms.org/docs/beta-features/#configure-the-netlify-cms-proxy-server-port-number) before proceeding.
65
-
65
+
66
66
**Note:**`netlify-cms-proxy-server` runs an unauthenticated express server. As any client can send requests to the server, it should only be used for local development.
67
67
68
68
## Contributing
@@ -83,4 +83,4 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper
83
83
84
84
`gh pr create --title "My Awesome feature" --body "This is my new awesome feature." --base dev`
85
85
86
-
**NOTE:** Pull Requests are used to start conversation about proposed changes before they're code is reviewed and eventually merged into the main branch, and **we will only consider Pull Requests initiated towards the [dev branch](https://github.com/SettleAPI/developer-docs/tree/dev)**. Pull Requests towards any other branch will be ignored and closed without any further notifications.
86
+
**NOTE:** Pull Requests are used to start conversation about proposed changes before they're code is reviewed and eventually merged into the main branch, and **we will only consider Pull Requests initiated towards the [dev branch](https://github.com/SettleAPI/settle-developer-docs/tree/dev)**. Pull Requests towards any other branch will be ignored and closed without any further notifications.
0 commit comments