diff --git a/README.md b/README.md index 97b881d..d2e9e82 100755 --- a/README.md +++ b/README.md @@ -1,18 +1,50 @@ -# covid19-campania -Dashboard per la consultazione immediata e semplificata dei dati relativi all'emergenza COVID-19 in Campania. +

Welcome to covid19-campania 🚨

+

+ + License: GPL--3.0--or--later + + + Twitter: franjsco + +

-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) +> 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)_ \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index 512379b..06e9056 100644 Binary files a/screenshot.png and b/screenshot.png differ