The website template (pre-release) for the first hackstrong event. The codebase was later modified and changed upon production.
* Codebase was poorly written.. ehh -- but it works -- It Just Works™.
I don't know why you'd want to (when there's a demo, noob), but here --
First, you'll need [Node.js, and npm]. And then setting up locally is easy a 1, 2, 3.
# if you haven't installed `gulp` and/or `bower` before
$ npm install -g gulp bower
# clone
$ git clone https://github.com/srph/hackstrong.git && cd hackstrong
# install dependencies
$ npm install
$ bower install# runs both server and less
# probably the only task thing you'll need to run
$ gulp
# some methods I doubt you would need, but here --
$ gulp server # spawns a web server (to run the project locally)
$ gulp less # compiles less -> watches for file changes (autoprefix, etc..)You're good to go.
hackstrong © 2015+, Sourcescript Innovations.
Many thanks to these fellas:
- Kier Borromeo (srph | @_srph)
- Mark Penaranda (markpenaranda | @markpenaranda)
- Kirby Borromeo (KirbyBubbles | @kirby)
