mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-27 06:46:10 +00:00
11 lines
557 B
Markdown
11 lines
557 B
Markdown
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.
|