Coffee 4 Craig Wesbite

Note: This site is based off the Gatsby + Netlify CMS Starter

Prerequisites

Getting Started (Recommended)

Pull down a local copy of this repository

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ netlify dev # or ntl dev

This uses the new Netlify Dev CLI feature to serve any functions you have in the lambda folder.

To test the CMS locally, you'll need run a production build of the site:

$ npm run build
$ netlify dev # or ntl dev