mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-25 05:56:10 +00:00
No description
docs | ||
src | ||
.gitignore | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
yarn.lock |
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.