Kris Morf 1d935c704d [Guide]: Adding Netlify CMS to Gatsby (#2117)
* first draft

* minor fixes

* edits

* fixed some requested changes

* changed repo link to https

* added frontmatter section

* added note about folder structure
2019-03-16 23:29:06 +01:00
..
2019-02-26 13:43:57 -05:00

Netlify CMS Website & Docs

This directory builds netlifycms.org. If you'd like to propose changes to the site or docs, you'll find the source files in here.

Local development

The site is built with GatsbyJS.

To run the site locally, you'll need to have Node and Yarn installed on your computer.

From your terminal window, cd into the website directory of the repo, and run

yarn
yarn start

Then visit http://localhost:8000/ - Gatsby will automatically reload CSS or refresh the page when stylesheets or content changes.