This was a website for a beer festival dedicated to spontaneous, wild fermentation. It's no longer in use.
This website is built with Middleman with Middleman Template by ThoughtBot. This website is deployed with and to Netlify.
-
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
-
Install rbenv with ruby-build
brew install rbenv ruby-build
-
Install Ruby 2.6.2
rbenv install 2.6.2
After you have cloned this repo, follow these steps to run the website:
-
Run the setup script to set up your machine with the necessary dependencies:
bin/setup
-
Start the Middleman server.
rake serve
You should now be able to view the website at http://localhost:4567.
-
Build
rake build
-
Proof
rake proof