Skip to content

williscool/will.vc

Repository files navigation

Will.vc

A gatsby + netlify-cms website

Shout out to The robertcoopercode gatsby-netlify-cms starter.

Would not be possible without you

Local Development

Prerequisites

  • Node (see .nvmrc for version)

Run the project

$ git clone 
$ cd gatsby-netlify-cms
$ yarn
$ yarn develop

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

$ yarn build
$ yarn serve

Setting up the CMS

For details on how to configure the CMS, take a look at the

Useful Resources