Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 585 Bytes

Hack The Night | 24 hour Hackathon

This is the official repository of "Hack The Night 2018". Visit Website at: (hackthenight.asetalias.in)[http://hackthenight.asetalias.in]

How to contribute?

This website uses StaticJinja to build top-level html files

Setup a virtualenv and install requriements

sudo apt-get install virtualenv
virtualenv -p python2 venv
source venv/bin/activate
pip install -r requirements.txt

Run Development Server and Build Files

python -m SimpleHTTPServer && python build.py

All Set. Make changes and submit a PR.

Happy Hacking!