This repo contains the source code for https://www.pietrorea.com. The site uses the static site generator Gatsby.js and pulls its content from an headless installation of Wordpress. Builds and hosting are handled by Netlify.
- Prerequisites: make sure
node
,npm
,nvm
are installed. - Clone this repo and run
npm i
. Install peer dependencies. - Run
npm run dev
to run locally.