Official web app repository - Visit the dashboard
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.
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.
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.
Install all dependencies and start
$ yarn install
$ yarn start
Install all dependencies and build
$ yarn install
$ yarn build
Then ./dist
will be ready to be served.
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/.