An example of adding a Formspree form to a Next.js site and deploying to Netlify.
- Check out the demo site here
- Fork this example to your own Github repo. [Fork it →]
Or just deploy directly to Netlify!
Clone down repo, navigate to the repo directory and…
# Install dependencies
npm install
# Run next locally at localhost:3000
npm run dev