Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 411 Bytes

File metadata and controls

23 lines (16 loc) · 411 Bytes

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