A simple web app using SIR modelling to simulate disease spread.
https://doddydigitaldesign.github.io/simple-sim-sir/
Requires installation of Node.js
- Clone the repository:
git clone https://github.com/doddydigitaldesign/simple-sim-sir.git- Install dependencies
cd simple-sim-sir
npm install- Run the app in development mode
npm start- The app will be running on: http://localhost:3000