An example of using Formspree with Jekyll. For more information on how to use Formspree check out our official integration guide.
Clone down repo, navigate to the repo directory and…
# Install jekyll and bundler
gem install bundler jekyll
# Install gems
bundle install
# Run jekyll locally at localhost:4000
bundle exec jekyll serve
TBC