Skip to content

rubynz/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

592d3a4 · Mar 4, 2025
Aug 15, 2020
Jun 12, 2020
Oct 31, 2024
Apr 14, 2019
Sep 11, 2015
Jun 12, 2020
Jul 20, 2017
Nov 18, 2019
Feb 25, 2019
Apr 13, 2019
Apr 14, 2019
Sep 11, 2015
Sep 22, 2015
Oct 31, 2024
May 18, 2015
Apr 13, 2019
Mar 4, 2025
Apr 13, 2019
Aug 15, 2020
Sep 22, 2024
Jun 20, 2022
Mar 4, 2025
Sep 12, 2019
Sep 22, 2024
Jan 18, 2022
Jan 17, 2022

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