Skip to content

BattleRoyaleOttawa/br13.battleroyale.ca

Repository files navigation

Official Battleroyale Website

Made using MLH/mlh-hackathon-boilerplate.

mlh-github

jekyll

config

github-pages

my-mlh

See Basecamp for the Style Guide

Running and Testing Locally

Option 1: Docker (recommended)

Docker can be installed here. Once it's installed, just run docker-compose up in your terminal while inside the folder. One caveat is if you make any changes, you'll have to restart the Docker container to see the changes update. To restart it, just terminate the server, run docker-compose down and then docker-compose up.

Option 2: Manual

Ruby can be installed here and make sure to install Ruby 2.5.1. Then, follow the Jekyll installation documentation.