Interference2020 Website
This repository contains the visualization tool running at interference2020.org
For the Interference2020 database, please go to this repository.
Emerson T. Brooking (lead), Alyssa Kann, Max Rizzuto, Jacqueline Malaret, and Helen Simpson.
Matthias Stahl (higsch | data & design)
The data visualization has been built with HTML, CSS and JavaScript – heavily using the Svelte frontend compiler. Interference data is dynamically pulled from a separate data repository. The world map is pulled from JSDELIVR and uses the World Atlas TopoJSON package. COVID-19 case and death numbers in the U.S. are collected from a repository managed by The New York Times.
-
Download the repository and install the dependencies.
git clone https://github.com/DFRLab/interference2020.git cd interference2020 npm install
-
Start Rollup
npm run dev
-
Navigate to localhost:5000. You should see your app running.
Built in August & September 2020.