Skip to content

PhilaController/GunViolenceDashboard

Repository files navigation

Mapping Philadelphia's Gun Violence Crisis

The code behind the interactive map of Philadelphia's gun violence crisis.

The interactive visualization is available here. For more information, see the application's About Page.

Application Banner The Map of Shooting Victims The Dashboard of Charts

Data

The application relies on a number of publicly available data sources, including:

For the software and data behind the analysis for this dashboard, see the companion repository PhiladelphiaController/gun-violence-dashboard-data.

Tools

The application is built using a combination of open-source tools, including:

Development

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build