Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.04 KB

Development

Switch to the master branch (already configured for local development).

Start the Decap CMS server:

npx decap-server

In another terminal window, start the Gatsby server:

gatsby develop

The 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.

Documentation

Deployment

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.