added README install section
This commit is contained in:
parent
791fb95ec4
commit
73fda8979d
10
README.md
10
README.md
@ -2,12 +2,16 @@
|
|||||||
Based on simultaion code by [Gerrit](https://github.com/gerritgr): [Repository](https://github.com/gerritgr/NetworkEpidemicPlayground/blob/main/app.py)
|
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)
|
Frontend written by [Julius Herrmann](https://github.com/JuliusHerrmann)
|
||||||
# To serve via SERVE
|
# Setup
|
||||||
npm run build
|
- Install node (and npm).
|
||||||
serve -s build & disown
|
- Clone repository and run "npm install".
|
||||||
|
|
||||||
# To run locally
|
# To run locally
|
||||||
npm run
|
npm run
|
||||||
|
|
||||||
|
# To serve via SERVE
|
||||||
|
npm run build
|
||||||
|
serve -s build & disown
|
||||||
|
|
||||||
# To deploy to github pages
|
# To deploy to github pages
|
||||||
npm run deploy
|
npm run deploy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user