Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 649 Bytes

File metadata and controls

13 lines (9 loc) · 649 Bytes

Dancing Bone Machine website

This is the repository for the website for the Dancing Bone Machine project. It is based on Jeckyll.

To run it locally on your system, for previewing changes, type the following commands into a terminal and open http://localhost:4000 in a web browser.

$ cd path/to/this/repo $ gem install bundle $ bundle install $ jeckyll server --watch

To publish it, push changes to this repository using git.