File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Data visualization:
3636## Quick start
3737
3838* Git clone the project to your computer and change directory to the project directory,
39- * Install the DynaGraph Web app dependencies with the ` npm install ` CLI command,
39+ * Install the DynaGraph Web app dependencies with the ` npm install ` CLI command (or ` npm ci ` for using [ package-lock.json ] ( package-lock.json ) ) ,
4040* Launch the DynaGraph Web app with the ` npm run start ` CLI command,
4141* Install the Python data generation script dependencies with the ` pip install -r data-collection/requirements.txt ` CLI command,
4242* Launch the random data generation script with the ` python data-collection/ws_server.py ` CLI command,
@@ -49,6 +49,7 @@ Data visualization:
4949
5050We provide detailed usage directions of the DynaGraph framework in sections below.
5151
52+ See the "* [ DynaGraph TWC2022] ( doc/DynaGraph_TWC2022.mp4 ) * " video demo for a short introduction to the framework usage.
5253See the "* [ Experiments] ( #experiments ) * " Section for directions about the experiments setup provided in the "* Walks in Cyberspace* " paper.
5354
5455### Data collection
You can’t perform that action at this time.
0 commit comments