An open API service indexing awesome lists of open source software.

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

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
```