Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 578 Bytes

HackTJ 2.0 Website

The website for HackTJ 2015, hosted at https://hacktj.org/2015

Instructions

  • Clone the repo, run npm install, and npm install -g gulp
  • Use gulp watch to watch the code for changes and start a server on port 8000. Use --port to choose a different port.
  • Use gulp deploy to compile the site and deploy it to the gh-pages branch of this repo, where it will be live at https://hacktj.org/2015
  • Use gulp deploy-homepage to compile the site and deploy to the home page repo, which is live at https://hacktj.org