simulation_react/README.md
JuliusHerrmann 89ce4bcdb1 Typo
2022-01-19 19:58:21 +01:00

19 lines
524 B
Markdown

## Network Epidemic Playground
Based on simulation code by [Gerrit](https://github.com/gerritgr): [Repository](https://github.com/gerritgr/NetworkEpidemicPlayground/blob/main/app.py)
Frontend written by [Julius Herrmann](https://github.com/JuliusHerrmann)
# 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