Skip to content

rubynz/www

Repository files navigation

Ruby NZ website

This is the website for Ruby New Zealand.

It is hosted on GitHub Pages, using Jekyll very lightly.

Developing locally

Need help? Contact us on Slack or open an issue.

macOS and Linux

Set up your environment:

bin/setup

Run the site:

bin/start

Windows

Install Bundler. Then, install dependencies:

bundle install

Run the site:

bundle exec jekyll serve