Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 463 Bytes

File metadata and controls

15 lines (13 loc) · 463 Bytes

Something Big

This is the Website for Meenachil Hacks, a 24Hour National Level Hackathon which aims to reduce the gap between the Public and the Hacker Community.

Running the Website

git clone https://github.com/JIITHacks/JIITHacks.github.io.git 
cd JIITHacks.github.io
#python 2
python -m SimpleHTTPServer 
#python3
python -m http.server

Or by Running $ sh run.sh on Unix-like OS

You can now browse at localhost:8000