Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 520 Bytes

HTB-2023

This is the website for HTB 2023.

How to test

The quickest and easiest way to test, if you have Docker installed, is to run the following command (make sure your current directory is this repository):

docker run --volume=$(pwd):/src:Z --publish 4000:4000 grahamc/jekyll serve --watch -H 0.0.0.0

If you don't have Docker, install jekyll and run this:

$ git clone https://github.com/compsoc-edinburgh/htb23-site
$ cd htb23-site
$ jekyll serve