-
Notifications
You must be signed in to change notification settings - Fork 0
04. Setup local environment
Christian Wick edited this page Mar 4, 2021
·
1 revision
-
git clone https://github.com/SettleForDevelopers/Developer-Docs.git
-
cd settle-api-docs
-
yarn install
-
yarn docs:dev
By default, you should now see your scaffolded Settle APIs docs site at https://localhost:8080🚀
-
npx netlify-cms-proxy-server
Open 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 before proceeding.
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.
MIT Licensed | Copyright © 2018-present Settle Group