italia / report-vaccini-anti-covid-19

Report vaccini anti Covid-19 - Commissario straordinario per l'emergenza Covid-19
https://www.governo.it/it/cscovid19/report-vaccini/
GNU Affero General Public License v3.0
18 stars 9 forks source link

License GitHub issues GH Action

Report vaccini anti COVID 19

Official web app repository - Visit the dashboard

Introduction

This repository contains the official web app deployed on the government's page.

The app shows the opendata dataset made available by the Italian Commissario Straordinario per l'emergenza Covid-19.

Maintainer

This repository is actively maintained by the team of the Italian Commissario Straordinario per l'emergenza Covid-19.

This repository is a fork of the example dashboard.

Every contribution is welcome, feel free to open issues and submit a pull request at any time.

Technologies

This web app is based on the ReactJS framework. In particular, the Italian Design React Kit has been used to bootstrap the structure. As such, it features Bootstrap Italia.

The main library used to show plots is D3.js. Also, Datatables is been used.

Development

Local Dev

Install all dependencies and start

$ yarn install
$ yarn start

Local Prod

Install all dependencies and build

$ yarn install
$ yarn build

Then ./dist will be ready to be served.

License

Copyright (c) 2021 Presidenza del Consiglio dei Ministri

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.