Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradoyler/covid19
covid19
https://github.com/bradoyler/covid19
Last synced: 11 days ago
JSON representation
covid19
- Host: GitHub
- URL: https://github.com/bradoyler/covid19
- Owner: bradoyler
- Created: 2020-04-04T17:26:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:33:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T01:14:32.080Z (about 1 month 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/).