Shea Daniels d128d7d001 site: add Dwolla blog post, add support for canonical URLs (#2357)
* Add blog post about implementing the CMS with Jekyll, add support for canonical URLs

* fix formatting

* add cross post link
2019-06-07 12:56:58 -04:00
..
2019-04-10 10:03:32 -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.