项目作者: dsmHack

项目描述 :
Pursuit of Innovation 515
高级语言: JavaScript
项目地址: git://github.com/dsmHack/pi-515.git
创建时间: 2020-03-06T03:00:26Z
项目社区:https://github.com/dsmHack/pi-515

开源协议:

下载


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

  1. npm install
  2. 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:

  1. $ npm run build
  2. $ netlify dev

Setting up the CMS

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