Skip to content

amilajack/sir-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sir-simulation

A simulation of the SIR model, a model used to predict the spread of disease over time.

Build Status

Live Demo

See the demo at amilajack.github.io/sir-simulation

Local Setup

git clone https://github.com/amilajack/sir-simulation
cd sir-simulation
# If you don't have yarn, run `npm i -g yarn` first
yarn
yarn start