Erez Rokah 00fa983d63 docs: fix bitbucket implicit grant docs (#2842)
* docs: fix bitbucket implicit grant docs

* docs: fix typo in Bitbucket implicit grant step 2
2019-11-10 19:41:52 +01:00
..
2019-10-30 15:57:30 -04: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.