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

https://github.com/formspree/formspree-example-gatsby


https://github.com/formspree/formspree-example-gatsby

Last synced: about 2 months ago
JSON representation

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
```