/opalrb.org

Source for opal website http://opalrb.org

Primary LanguageCSS

Opal Website

This repo holds the source of the opalrb.org website.

Preparing

Clone this repo, and use bundler to get dependencies:

$ bundle install

The website is built using middleman.

Run site/server

$ bundle exec middleman server

Then visit http://localhost:4567.

Publishing

$ rake publish