Switch to the master branch (already configured for local development).
Start the Decap CMS server:
npx decap-serverIn another terminal window, start the Gatsby server:
gatsby developThe CMS will be available at http://localhost:8000.
Changes to the project should be reflected instantly in the browser.
Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby Tutorial.
- Decap CMS - https://decapcms.org/docs/intro/
- Gatsby - https://www.gatsbyjs.com/docs/
Deployment is handled automatically by Netlify. Pushing to the production or staging branches will automatically trigger a deployment of the production or staging instance of the site.