Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bradoyler/covid19

covid19
https://github.com/bradoyler/covid19

Last synced: 11 days ago
JSON representation

covid19

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/).