Skip to content

dsmHack/pi-515

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20b854f · Feb 24, 2021

History

84 Commits
Mar 6, 2020
Mar 7, 2020
Feb 24, 2021
Oct 29, 2020
Mar 7, 2020
Mar 7, 2020
Mar 6, 2020
Mar 6, 2020
Mar 7, 2020
Mar 6, 2020
Mar 7, 2020
Mar 7, 2020
Mar 6, 2020
Mar 7, 2020
Mar 7, 2020
Mar 6, 2020

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.