Skip to content
This repository was archived by the owner on Jan 26, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 372 Bytes

Hack the Burgh 2017 website

This is the website for HTB 2017.

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