https://github.com/formspree/formspree-example-gatsby
https://github.com/formspree/formspree-example-gatsby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/formspree/formspree-example-gatsby
- Owner: formspree
- License: 0bsd
- Created: 2021-09-17T23:52:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T01:49:39.000Z (over 3 years ago)
- Last Synced: 2025-03-18T20:26:51.198Z (about 1 year ago)
- Language: CSS
- Size: 4.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Formspree & Gatsby example
**An example of using [Formspree](https://formspree.io) with [Gatsby](https://gatsbyjs.com). For more information on how to use Formspree check out [our official integration guide](https://formspree.io/guides/gatsby/).**
**[Check out the demo site here](https://formspreeexamplegatsby.gatsbyjs.io)**
**[Fork this repo →](https://github.com/formspree/formspree-example-gatsby/fork)**
## Installation
Clone down repo, navigate to the repo directory and…
```shell
# Install dependencies
npm install
# Run next locally at localhost:8000
npm run develop
```