Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 964 Bytes

readme.md

File metadata and controls

46 lines (26 loc) · 964 Bytes

Beer Idea Website

Installation

Make sure you have Ruby 2.6.0 and Bundler installed before proceeding.

bundle install

Run Locally

Executing

bundle exec middleman server

will start the web server at http://localhost:8080.

Deploying

This website is automatically published via Netlify every time the master branch changes.

Local Builds

We keep the latest content of the website in the /build sub directory.

It is good practice to separate the "development" commits from the actual website changes. So once you're happy with the changes locally commit those.

Then run:

bundle exec middleman build

This will generate the updated version of the website into the /build subdirectory. Once done git add all those changes and commit them in a new commit.