Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 601 Bytes

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