Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

RonaldDijkstra/wildfestivalgroningen

Repository files navigation

Wild Festival Groningen #WFG

Netlify Status

This was a website for a beer festival dedicated to spontaneous, wild fermentation. It's no longer in use.

About this website

This website is built with Middleman with Middleman Template by ThoughtBot. This website is deployed with and to Netlify.

Before Setup

  • 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

Setup & Serve

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 & Proof

  • Build

    rake build
  • Proof

    rake proof