Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 351 Bytes

HackCooper website

Static homepage for HackCooper

setup

To properly view the site, a static web server is needed. One of these is included with python.

run

From your terminal, run

$ python -m SimpleHTTPServer

then visit localhost:8000 from your web browser.