edit readme

This commit is contained in:
franjsco 2020-05-12 18:22:18 +02:00
parent 496e481841
commit 913ad616cb
2 changed files with 42 additions and 10 deletions

View File

@ -1,18 +1,50 @@
# covid19-campania
Dashboard per la consultazione immediata e semplificata dei dati relativi all'emergenza COVID-19 in Campania.
<h1 align="center">Welcome to covid19-campania 🚨</h1>
<p>
<a href="#" target="_blank">
<img alt="License: GPL--3.0--or--later" src="https://img.shields.io/badge/License-GPL--3.0--or--later-yellow.svg" />
</a>
<a href="https://twitter.com/franjsco" target="_blank">
<img alt="Twitter: franjsco" src="https://img.shields.io/twitter/follow/franjsco.svg?style=social" />
</a>
</p>
La dashboard può essere consultata al seguente indirizzo:
https://franjsco.github.io/covid19-campania/
> Dashboard emergenza COVID-19 in Campania.
### 🏠 [Dashboard covid19-campania](https://franjsco.github.io/covid19-campania)
<img src="./screenshot.png">
> I dati presenti all'interno dashbord sono prelevati dal [repository ufficiale](https://github.com/pcm-dpc/COVID-19) della Protezione Civile.
## Install
## Provenienza dei dati
I dati nella dashbord sono prelevati direttamente dal [repository ufficiale della Protezione Civile](https://github.com/pcm-dpc/COVID-19).
```sh
npm install
```
## Usage
**Development**
```sh
npm run start
```
## License
GPLv3
**Production**
```sh
npm run build
npm install -g serve
serve -s build
```
---
Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))
## Author
👤 **franjsco (Francesco Esposito)**
* Website: https://franjsco.github.io/
* Twitter: [@franjsco](https://twitter.com/franjsco)
* Github: [@franjsco](https://github.com/franjsco)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 472 KiB