Using React, Gatsby, and Netlify.
- Clone the repo
$ npm install
the dependencies$ npm start
or$ gatsby develop
to run a dev server with HMR.
Commits are built by netlify automatically.
However, a local production build can be created with $ gatsby build
.