Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 791 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 791 Bytes

wiki-disinfo-map

A website compiling disinformation-combatting efforts within the Wikimedia community

Development

  1. Install dependencies (in ./app directory).
    ./app % npm install
  2. Run our data fetching and processing file (in ./app/src/data directory).
    ./app/public/data % node.js
  3. Start development server (in ./app directory).
    ./app % npm run start

Static Site Generation

Note: Our GitHub Action "Deploy to GitHub Pages" does this process and places static files on gh-pages branch

  1. Run our data fetching and processing file (in ./app/src/data directory).
    ./app/public/data % node.js
  2. Generate static site (in .app directory).
    ./app % npm run build