Skip to content

mstubna/pa_schools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing PA school performance

A visualization of Pennsylvania High School SAT scores for the 2012-2013 school year.

View the interactive demo

alt tag

Running and Building

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.

  1. Install node and npm if you don't already have them installed. See the official install docs..

  2. Install the Grunt CLI. See the getting started guide.

  3. After downloading this repository, navigate to your project directory and install the dependencies:

     $ npm install
    
  4. To build the project and automatically rebuild when source files change:

     $ grunt build_and_watch
    
  5. 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

Questions?

Contact Mike Stubna mike@stubna.com

About

Interactive data visualizations of Pennsylvania public high school demographics and performance metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published