Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 323 Bytes

File metadata and controls

27 lines (17 loc) · 323 Bytes

Pandemic Playground

Play around with an infectious disease simulator!

Deployed here: https://evanhackett.com/pandemic-workshop-prototype/

Development

After cloning the repo:

npm install

to install dependencies.

To run the build command in watch mode:

npm start

To run tests:

npm test