An open API service indexing awesome lists of open source software.

https://github.com/rodneylab/gatsby-functions-netlify

Demo code for setting up Gatsby Functions on Netlify
https://github.com/rodneylab/gatsby-functions-netlify

axios contact-form formik gatsby gatsby-cloud-functions gatsby-functions gatsbyjs netlify netlify-functions recaptcha-v3 serverless telegram-bot telegram-bot-api

Last synced: 9 months ago
JSON representation

Demo code for setting up Gatsby Functions on Netlify

Awesome Lists containing this project

README

          

Rodney Lab gatsby-functions-netlify Github banner



Rodney Lab logo



Gatsby Functions Netlify

[![Netlify Status](https://api.netlify.com/api/v1/badges/005d8761-048f-4ead-a06f-eed4d2857850/deploy-status)](https://app.netlify.com/sites/jolly-ride-085cbf/deploys)

# gatsby-functions-netlify

[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/rodneylab/gatsby-functions-netlify)

See the [Gatsby Functions on Netlify blog post on the Rodney Lab site](https://rodneylab.com/gatsby-functions-netlify/) 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:

## Creating a project

If you're seeing this, you've probably already done this step. Congrats!

```bash
git clone https://github.com/rodneylab/gatsby-functions-netlify
cd gatsby-functions-netlify
npm install
gatsby develop
```

## Building

```bash
npm run build
```

> You can preview the built app with `gatsby serve`.