Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

grabhive.com placeholder page

To build:

  • install Middleman via gem install middleman
  • install all required gems via bundle install
  • to run development server, use bundle exec middleman start
  • to build static HTML, use bundle exec middleman build