gerritgr / NetworkEpidemicPlayground-React

Continuous-time stochastic simulation of epidemic spreading on human-to-human contact networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Epidemic Playground

Based on simulation code by Gerrit: Repository

Frontend written by Julius Herrmann

Setup

  • Install node (and npm).
  • In package.json change the "homepage" entry to your domain
  • Clone repository and run "npm install".

To run locally

npm run

To serve via SERVE

npm run build serve -s build & disown

To deploy to github pages

npm run deploy

About

Continuous-time stochastic simulation of epidemic spreading on human-to-human contact networks.


Languages

Language:JavaScript 71.4%Language:CSS 26.3%Language:HTML 2.3%