An example of using Formspree with Hugo. For more information on how to use Formspree check out our official integration guide.
Clone down repo, navigate to the repo directory and…
# Install hugo
brew install hugo
# Run hugo locally at localhost:3000
hugo server -D
TBC