Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 832 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 832 Bytes

Formspree & Next.js example

An example of adding a Formspree form to a Next.js site and deploying to Netlify.

Get the code

Or just deploy directly to Netlify!

Deploy to Netlify

Installation

Clone down repo, navigate to the repo directory and…

# Install dependencies
npm install

# Run next locally at localhost:3000
npm run dev