No description
Find a file
2015-01-06 13:16:28 -05:00
src fix for spacing and replaced <br> with newlines 2014-12-24 14:35:30 -05:00
.gitignore remove build folder from git, duh 2014-12-22 13:19:32 -05:00
Gruntfile.js added node and grunt stuff, improved cursor and selection handling 2014-12-20 14:02:54 -05:00
LICENSE.txt Added a readme and a license. 2015-01-06 13:16:28 -05:00
package.json added node and grunt stuff, improved cursor and selection handling 2014-12-20 14:02:54 -05:00
README.md Added a readme and a license. 2015-01-06 13:16:28 -05:00

FHQWHGADS

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

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 using your local installation of PHP. The output will be created in the "build" directory.