Rave Reviewz Gatsby + Netlify CMS

This repo contains our magazine site for posting interviews with artists for upcoming events in Sydney that is built with Gatsby, and Netlify CMS.

Prerequisites

  • Node (I recommend using v8.2.0 or higher)
  • Yarn (Optional)
  • Gatsby CLI

Access Locally

$ git clone https://github.com/jmcmullen/rave-reviewz-gatsby.git
$ cd rave-reviewz-gatsby
$ yarn
$ yarn develop

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

$ yarn build
$ yarn serve

GitHub