项目作者: petermikitsh

项目描述 :
Precinct-level maps for all 195 contests in the 2020 General Election for San Diego county
高级语言: TypeScript
项目地址: git://github.com/petermikitsh/sandiego-2020-general-results.git
创建时间: 2020-10-03T04:46:03Z
项目社区:https://github.com/petermikitsh/sandiego-2020-general-results

开源协议:MIT License

下载


sandiego-2020-general-results

Getting started

  1. nvm use
  2. yarn install
  3. yarn start

Then go to http://0.0.0.0:8080.

Running production build

  1. yarn build:client
  2. yarn serve

Then go to http://0.0.0.0:8080.

Data Sources

Deploying updates

  1. yarn build:data
  2. yarn build:client
  3. yarn deploy