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.