Modern Craft Beer from Groningen.
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
- Ruby 2.7.2
- Bundler
- Node
- Yarn
- API keys from DatoCMS and Snipcart
- Make sure you have all the prerequisites above installed or registered
- Clone this repo using
git clone https://github.com/RonaldDijkstra/folkingebrew.git
- Move to the appropriate directory:
cd folkingebrew
- Run
bin/setup
(make sure it's executable) - Add your
DATO_API_TOKEN
andSNIPCART_API_KEY
to .env - Start your local server with
rake serve
- View your website at
localhost:4567