Live demo: https://ibromley.github.io/sdot-webcomp/
Product Page: https://ibromley.github.io/transitsphere-page/
Documentation: https://ibromley.github.io/transitsphere-page/docs.html#
Data Source: https://docs.google.com/spreadsheets/d/1-aBL2tsKYet1vlc4ESGTYoNmt7wzVoDdmzv3PKZWjkU/
SDOT Status and Condition Report: 2015 Status & Condition Report
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager.
- Grunt - Download & Install Grunt the javascript task runner. You can download and install it by simply using npm.
npm install -g grunt-cli
The recommended way to get TransitSphere is to use git to directly clone the repository to your localmachine:
$ git clone https://github.com/ibromley/sdot-webcomp sdot-webcomp
$ cd sdot-webcomp
# install dependencies
npm install
# build project directory
grunt
- Iain Bromley - Development - ibromley
- Linh Tran - UI/UX Design - ltran1118
- Patrick Smith - Project Managment psmith94
- Ryker Schwartzenberger - Development - rykerls
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.txt file for details
- Props to the Asset & Performance Management team at the Seattle Department of Transportation for allowing us to paricipate on this project
- Thanks to the Seattle Times for the awesome project template
