Clone the repository and run:
yarn install
To run the local develop build run:
gatsby develop
To run the production build and serve locally run:
yarn build:local && gatsby serve