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.
- Node (I recommend using v8.2.0 or higher)
- Yarn (Optional)
- Gatsby CLI
$ 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