https://github.com/bradoyler/covid19
covid19
https://github.com/bradoyler/covid19
Last synced: 18 days ago
JSON representation
covid19
- Host: GitHub
- URL: https://github.com/bradoyler/covid19
- Owner: bradoyler
- Created: 2020-04-04T17:26:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:33:52.000Z (over 2 years ago)
- Last Synced: 2025-02-13T05:41:43.067Z (2 months ago)
- Language: Vue
- Homepage: https://covid.thenewsdivide.com/
- Size: 3.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 maps
This projects uses:
- [Vue.js](https://vuejs.org)
- [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/api/)
- Data from [JHU CSSE](https://github.com/CSSEGISandData/COVID-19) and [census.gov](https://www.census.gov/developers/)## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).