Jessica Parsons d6c03707d8
Update docs to add Bitbucket support (#1512)
* Update docs to add Bitbucket support

* Update doc to remove Git Gateway support for BB

* Update Bitbucket info based on review
2018-07-24 17:33:53 -07:00
..
2018-04-23 17:22:15 -04:00
2018-06-11 22:09:44 -04:00
2018-03-29 17:04:47 -04:00
2018-03-29 17:04:47 -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 Hugo, managed as an npm dependency via hugo-bin.

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:3000/ - BrowserSync will automatically reload CSS or refresh the page when stylesheets or content changes.