Skip to content

MODA-NYC/next-decade-of-open-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2019 Open Data Report

The repository is the digital version of the NYC Open Data Team's ten year strategy. The complete 2019 open data report and strategy can be found here.

Structure

This site is built around the simple structure of an index.html page. Styles are handled in the main.scss file, and compiled with Gulp. Scroll events use the ScrollMagic library.

Installation

After cloning the repository, run npm install to install dependencies. If you've previously installed gulp globally run gulp to compile assets, and launch a virtual server on your local machine. If gulp isn't installed globally you can run npm install --global gulp-cli to do so. More info on gulp can be found in its documentation.

Contributing

Contributions to this repository are welcome. Please use the Issues tracker, or fork the repository.