simulation_react/README.md
2022-01-19 17:36:26 +01:00

14 lines
386 B
Markdown

## Network Epidemic Playground
Based on simultaion 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)
# To serve via SERVE
npm run build
serve -s build & disown
# To run locally
npm run
# To deploy to github pages
npm run deploy