Garrison McMullen 56c5d2baad
docs: add docusaurus guide (#5990)
* Create Docs: Guides “docusaurus”

* Update Docs: Guides “docusaurus”

* Update Docs: Guides “docusaurus”

* docs: fix docusaurus formatting

* docs: update docusaurus guide to use Netlify CLI

Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-14 11:20:09 +00:00
..
2022-04-14 11:20:09 +00:00
2021-10-21 13:32:39 +03: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.