unitedctf.github.io

https://www.unitedctf.ca/

UnitedCTF website.

Requirements

Developement

Install dependencies:

bundle install

Start server:

bundle exec jekyll serve

Open your browser at http://127.0.0.1:4000.

Deployment

The deployment is made on GitHub Pages.

The current branch used for the deployement is master.

Docker

Avec Docker installé, utilisez la commande docker-compose up dans le répertoire racine du dépot. Vous pourrez accéder au site sur http://localhost:4000/.