Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 369 Bytes

stagemonitor-site

The stagemonitor.org webpage is build with the static site generator https://middlemanapp.com/

Setup

Use "bundle install" to install the gems specified by the Gemfile or Gemfile.lock

Build

bundle exec middleman build

Development

Execute "bundle exec middleman" to view the generated page in a web browser.

Deploy

Execute "deploy.sh"