Skip to content

tomsel/showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Out West 2015 Showcase site

Develop

npm install
gulp

Visit localhost:3000 in browser.

We need to auth to GitHub, and need login and password for a user. We use environment variables for that in a separate .env file, like this:

GH_HOST=http://localhost:3000 # Note that atm both protocol and port is necessary for hackshots to load
GH_USER=<github username>
GH_PASS=<github password>

This is automatically injected into the app.

Gulp tasks:

gulp        # Defaults to gulp serve
gulp server # Start Express server on localhost:3000
gulp css    # Compile Scss to minified CSS
gulp watch  # Watch and compile Scss to CSS on change
gulp serve  # Runs server *and* watches Scss

Using the code for a different org? Don't forget to change the team GitHub ID hard coded in winners.json and OWNERS_ID in teams.js.

We take PRs!

About

Showcase site for the hacks at #hackoutwest 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.2%
  • JavaScript 12.5%
  • HTML 5.1%
  • Shell 0.2%