The website for HackTJ 2015, hosted at https://hacktj.org/2015
- Clone the repo, run
npm install, andnpm install -g gulp - Use
gulp watchto watch the code for changes and start a server on port 8000. Use--portto choose a different port. - Use
gulp deployto 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-homepageto compile the site and deploy to the home page repo, which is live at https://hacktj.org