/wiki

💻 Hackathon Wiki - Created by @bahorn

Primary LanguageHTMLMIT LicenseMIT

hack.athon.uk

I bought the domain athon.uk to host a hackathon wiki.

Adding stickers

Go to https://github.com/HHEU/hexbin to add stickers

Setup

If you want to work on the site locally, you can setup it up by doing the following:

virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r requirements.txt

And then run the development server with:

mkdocs serve