Skip to content

A Gatsby.js blog for Rave Reviewz interviews and events. Using React + Netlify CMS.

License

Notifications You must be signed in to change notification settings

jmcmullen/rave-reviewz-gatsby

Repository files navigation

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: Live Site.

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

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

About

A Gatsby.js blog for Rave Reviewz interviews and events. Using React + Netlify CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published