The website for akronkitchen.org.
First, install the project's dependencies with npm install.
bundle exec middleman server will create a local server to run your website
while you develop the website.
bundle exec middleman build will create a static version of the website that
you can then move to a static hosting location.