This website will provide information to the hackers on the day of the event.
For this page we're using a modified git flow, since the gh-pages branch represents production.
Feature branches will come and go from master, and for deploys master will be merged into gh-pages
-
Make sure you have node installed.
-
Install packages
cdinto the root directory of the project and runnpm install
-
Compile templates
cdinto the root directory of the project and runmake compile
-
Run an HTTP Server
- Python 2:
cdinto the root directory of the project and runpython -m SimpleHTTPServer. - Python 3:
cdinto the root directory of the project and runpython3 -m http.server.
- Python 2:
-
Direct your browser to
http://localhost:8000/to see the site.
If you want to remove all files created by the make compile command
- cd into the root directory of the project and run make rmCompiled