Skip to content

RonaldDijkstra/folkingebrew

Repository files navigation

CircleCI branch Netlify Status

Folkingebrew

Modern Craft Beer from Groningen.

About

This website is built with Middleman and TailwindCSS with Webpack as external pipeline. This website is deployed to Netlify, uses DatoCMS for content delivery and Snipcart for the cart.

View in Production: https://www.folkingebrew.nl

Prerequisites

  • Ruby 2.7.2
  • Bundler
  • Node
  • Yarn
  • API keys from DatoCMS and Snipcart

Quick Start

  1. Make sure you have all the prerequisites above installed or registered
  2. Clone this repo using git clone https://github.com/RonaldDijkstra/folkingebrew.git
  3. Move to the appropriate directory: cd folkingebrew
  4. Run bin/setup (make sure it's executable)
  5. Add your DATO_API_TOKEN and SNIPCART_API_KEY to .env
  6. Start your local server with rake serve
  7. View your website at localhost:4567

Thanks to

  1. Middleman
  2. Webpack Middleman Starter by Gabriele Canepa
  3. Snipcart
  4. DatoCMS
  5. TailwindCSS
  6. Building view components in Middleman by Jeff Knox
  7. HTML Proofer