Skip to content

sebsandberg/showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WOW Hack 2014 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

We take PRs!

About

Showcase site for the hacks at #wowhack2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.6%
  • JavaScript 12.2%
  • Shell 0.2%