Skip to content

meenhacks/meenhacks.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/meenhacks/meenhacks.github.io.git 
cd meenhacks.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