Modern Craft Beer from Groningen.
This website is built with Middleman and TailwindCSS with Webpack as external pipeline. This website is deployed to Netlify and uses Snipcart for the cart.
View in Production: https://www.folkingebrew.nl
- Ruby 2.7.2
- Bundler
- Node
- Yarn
- API key from 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) - Start your local server with
rake serve - View your website at
localhost:4567