Hosting our website using github pages.
The site is running on Jekyll.
To get this up and running locally be sure to have Ruby > 2.5.0 running
gem install --user-install bundler jekyllThen bundle it
bundleServe it locally to port 4200 with
bundle exec jekyll serve If you want to update the dependancies run
bundle updateAnd then install
bundle install