Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

RonaldDijkstra/justinbeer

Repository files navigation

Just in Beer - Craft Beer Store in Groningen

Dependabot Status Netlify Status

A website for a craft beer store dedicated to selling great beer. Just in Beer is located in Groningen, The Netherlands.

About this website

This website is built with Middleman with Middleman Template by ThoughtBot and is multilanguage ready. 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