A visualization of Pennsylvania High School SAT scores for the 2012-2013 school year.
The demo is a static web site comprised of .html, .js, and .css files. The source files are written in coffeescript, sass, and markdown. The project can be built and run using node.js and Grunt.
-
Install
node
andnpm
if you don't already have them installed. See the official install docs.. -
Install the Grunt CLI. See the getting started guide.
-
After downloading this repository, navigate to your project directory and install the dependencies:
$ npm install
-
To build the project and automatically rebuild when source files change:
$ grunt build_and_watch
-
To preview the site, start the web server by opening a new terminal window and
$ grunt preview
then point your browser to http://localhost:8000/index.html
Contact Mike Stubna [email protected]