This repo is the top-level repository for all PHL Code Club CTF code. A ton of stuff is TBD, but here's some notes in case anyone comes on here:
- This repo uses git submodules to contain the other active repos for the CTF stack
- While you can probably do dev work in each repo individually, it's probably easiest to
git clone --recursive <link>and do all the work in this cloned repo
- While you can probably do dev work in each repo individually, it's probably easiest to