Welcome to the San Diego Voter's Voice Initiative! We are a coalition of non-partisan organizations working together to create a website that will provide transparency for campaign contributions and expenditures with local San Diego candidates.
Organizations Involved in the Project
Currently, campaign finance information for candidates running for local offices as well as money spent by outside groups to support or defeat them is not readily accessible to the public. When the amount of money being spent as well as the source is not known, voters feel disenfranchised by the election process. Making campaign finance data easy to find and read will increase public trust and confidence in the election process.
For more information with Voter's Voice Initiative visit https://sdvotersvoice.org/
- Angular 9.0.2
- npm 6.9.0+
- Clone directory from github
- change to the sdvv-frontend directory
cd sdvv-frontend
- Run npm install to install all the dependencies
npm install
- Install angular
npm install -g @angular/cli
- Star the angular server
ng serve --open