See the Gatsby Functions on Netlify blog post on the Rodney Lab site for more on how to set this site up. Please drop questions into a comment at the bottom of that page. Here's the quick start:
If you're seeing this, you've probably already done this step. Congrats!
git clone https://github.com/rodneylab/gatsby-functions-netlify
cd gatsby-functions-netlify
npm install
gatsby develop
npm run build
You can preview the built app with
gatsby serve
.