Skip to content

srph/hackstrong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackstrong_by_seraphipod-d88be78

hackstrong

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™.

Previews

Setup

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

Automation

# 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.

Acknowledgement

hackstrong © 2015+, Sourcescript Innovations.

Contributors:

Many thanks to these fellas:

About

The pre-released website for the first HackStrong event

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published