Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

FrontendBeers/website-legacy

Repository files navigation

website

React Beer Lille's website built with Gatsby & Netlify CMS.

Contributing

Prerequisites

  • Node (see .nvmrc for version)

Run the project

$ git clone git@github.com: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

Thanks

Big thanks to robertcoopercode. This project is based on its starter.