Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 913 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 913 Bytes

Cowork Niagara

Welcome to the official Cowork Niagara website repository.

This site is volunteer maintained and we welcome any and all contributions. See the Contributing section for more information.

Developing

The Cowork Niagara website is built using a Ruby static site generator called Middleman.

You will need a copy of Ruby installed of at least version 2.0, as well as the Ruby dependency manager Bundler.

  1. Install Gem dependencies

     bundle install
    
  2. Start middleman

     bundle exec middleman server
    

Deploying

git subtree push --prefix build production master

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute to this project.

License

CoworkNiagara.com website uses an open publishing model and is developed as an opensource project. Please see LICENSE for copyright and license information.