This is the official repository of "Hack The Night 2018". Visit Website at: (hackthenight.asetalias.in)[http://hackthenight.asetalias.in]
This website uses StaticJinja to build top-level html files
sudo apt-get install virtualenv
virtualenv -p python2 venv
source venv/bin/activate
pip install -r requirements.txt
python -m SimpleHTTPServer && python build.py
All Set. Make changes and submit a PR.
Happy Hacking!