https://github.com/petermikitsh/sandiego-2020-general-results
Precinct-level maps for all 195 contests in the 2020 General Election for San Diego county
https://github.com/petermikitsh/sandiego-2020-general-results
d3 elections maps precinct-maps visx
Last synced: 8 months ago
JSON representation
Precinct-level maps for all 195 contests in the 2020 General Election for San Diego county
- Host: GitHub
- URL: https://github.com/petermikitsh/sandiego-2020-general-results
- Owner: petermikitsh
- License: mit
- Created: 2020-10-03T04:46:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T02:04:32.000Z (about 4 years ago)
- Last Synced: 2025-02-02T01:24:06.082Z (10 months ago)
- Topics: d3, elections, maps, precinct-maps, visx
- Language: TypeScript
- Homepage: https://petermikitsh.github.io/sandiego-2020-general-results/
- Size: 104 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sandiego-2020-general-results
## Getting started
```
nvm use
yarn install
yarn start
```
Then go to http://0.0.0.0:8080.
Running production build
```
yarn build:client
yarn serve
```
Then go to http://0.0.0.0:8080.
### Data Sources
- Recall: https://www.livevoterturnout.com/sandiegoca/LiveResults/en/Index_13.html
### Deploying updates
```
yarn build:data
yarn build:client
yarn deploy
```