This repository contains the source code for the website of the West Carleton Amateur Radio Club, https://wcarc.ca/. It's a static site, generated by Jekyll and hosted on GitHub Pages.
To work on the site locally, make sure you have Ruby installed, then run bundle install
and bundle exec jekyll serve
. Then open http://localhost:4000/ in your web browser.