From c55b460b40c19e18add433da901e3634ee0f8ad4 Mon Sep 17 00:00:00 2001 From: higsch Date: Wed, 30 Sep 2020 23:10:47 +0200 Subject: [PATCH] typo and add note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d7214d..1d6485a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository contains the database of the Foreign Interference Attribution Tr git push origin master ``` -2. Add accompanying case images to the `images` folder. The images should be `jpg` photos and names with the respective `case hash`. Commit and push to GitHub. +2. Add accompanying case images to the `images` folder. The images should be `jpg` photos and named with the respective `case hash`. Commit and push to GitHub. 3. The data visualization will automatically fetch the new dataset. @@ -36,7 +36,7 @@ This repository contains the database of the Foreign Interference Attribution Tr Consider testing the visualization locally before you push changes to the live website. 1. Follow [the instructions in the data visualization repository](https://github.com/DFRLab/interference2020/blob/master/README.md) to have it run on your local computer. -2. Go to `src/inputs/dataPaths.js` and change `data` to the local data csv file. +2. Go to `src/inputs/dataPaths.js` and change `data` to the local data csv file. Note: The local data csv must be located in the public folder. 3. Open http://localhost:5000 in a modern browser and check, if everything is displayed correctly.