A web app for exploring the details of NYC's budget.
- Run
npm install
to getnode_modules
- Do not edit files in
assets/data/
orassets/html/
-- These files are generated by Gulp. - Run
gulp data
to download the budget JSON ( this large file is ignored by Git) - Run
gulp summary
to writesummary.json
and an HTML file for each group of budget items
- Do not edit files in
assets/css/
orassets/js/
-- These files are generated by Gulp. - Run
gulp
to compile the CSS & JavaScript - Run
gulp watch
to watch for changes to.sass
and.js
files - Add custom SASS to
assets/scss/app.scss
- Add custom JavaScript to
assets/scripts/app.js