No description
Find a file
2017-02-13 09:49:02 -05:00
docs make asset paths relative 2017-02-13 09:49:02 -05:00
src make asset paths relative 2017-02-13 09:49:02 -05:00
.gitignore remove build folder from git, duh 2014-12-22 13:19:32 -05:00
Gruntfile.js removed PHP dependency, fixed scanlines for Chrome 2017-02-13 09:36:48 -05:00
LICENSE.txt Added a readme and a license. 2015-01-06 13:16:28 -05:00
package.json removed PHP dependency, fixed scanlines for Chrome 2017-02-13 09:36:48 -05:00
README.md make asset paths relative 2017-02-13 09:49:02 -05:00
yarn.lock 🚚 check in results of build for Github Pages 2017-02-13 09:37:51 -05:00

FHQWHGADS

This is an homage to Homestar Runner's Strongbad Email #9, http://homestarrunner.com/sbemail9.html

You can see it hosted at https://seigler.github.io/fhqwhgads/

Setup

The project uses grunt for LESS preprocessing and some other small tasks. In the base directory, run "npm install" to download all the dependencies.

When you are ready to develop or build, run "grunt" in the base directory, and the grunt task runner will build the project, then attempt to host it locally for you on port 1337. The output will be created in the "build" directory.