React Beer Lille's website built with Gatsby & Netlify CMS.
- Node (see .nvmrc for version)
$ git clone [email protected]:ReactBeerLille/website.git
$ cd website
$ npm i
$ npm run develop
To test the CMS locally, you'll to need run a production build of the site:
$ npm run build
$ npm run serve
Big thanks to robertcoopercode. This project is based on its starter.