Skip to content

Zhang-Kevin16/ubcctf.github.io

 
 

Repository files navigation

ubcctf.github.io

Source code for the UBC CTF team website.

Build Instructions

Check that you have ruby

ruby -v

Install bundler. We depend on version < 2.0 currently because of our Gemfile.lock. If we switch to > 2.0 then everyone contributing will have to upgrade as well.

sudo gem install bundler -v '< 2.0'

Install project dependencies locally

cd project_root
bundle install
bundle exec jekyll <build|serve>

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Other 1.2%