Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.15 KB

File metadata and controls

41 lines (28 loc) · 1.15 KB

Exempt Employee Diversity Review

The code behind the interactive review of the diversity of the City of Philadelphia's exempt workforce. The annual reviews are available on the City Controller's website:

Interactive Dashboard Part 1 Interactive Dashboard Part 2

Tools

The application is built using a combination of open-source tools, including vue, vuetify, and d3.

Development

Project setup

yarn install

Compiles and hot-reloads for development

Serve for a specific fiscal year:

make serve fy=2020

Compiles and minifies for production

Build for a specific fiscal year:

make build fy=2020