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
- Host: GitHub
- URL: https://github.com/rodneylab/gatsby-functions-netlify
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2021-06-14T15:03:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T12:25:20.000Z (over 4 years ago)
- Last Synced: 2025-01-08T13:52:28.963Z (10 months ago)
- Topics: axios, contact-form, formik, gatsby, gatsby-cloud-functions, gatsby-functions, gatsbyjs, netlify, netlify-functions, recaptcha-v3, serverless, telegram-bot, telegram-bot-api
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

Gatsby Functions Netlify
[](https://app.netlify.com/sites/jolly-ride-085cbf/deploys)
# gatsby-functions-netlify
[](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`.