mpgon / gatsby-netlify-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby + Netlify CMS Starter

Netlify Status

Prerequisites

Access Locally

$ yarn
$ npm run start

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

$ npm run build
$ npm run serve

Setting up the CMS

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

Debugging

Windows users might encounter node-gyp errors when trying to npm install. To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.

npm config set python python2.7
npm install --global --production windows-build-tools

Full details here

About


Languages

Language:JavaScript 99.6%Language:CSS 0.4%