Skip to content

dsmHack/pi-515

Repository files navigation

Pursuit of Innovation: Pi515

Netlify Status

'This repo is the main webpage for Pi515. It is built with Gatsby, and Netlify CMS

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

Tech Stack 🥞

Development

Prerequisites

Running Locally

Clone this repository and do the following

npm install
gatsby develop

This will create a local version of website that hot-reloads to show changes as you make them

Testing CMS locally

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

$ npm run build
$ netlify dev

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.