I cloned the repo and installed python depedencies successfully. I can also run "python execute.py -m lecture_01" to generate var/traces/lecture_01.json.
But I don't know how to open this json file. I guessed there must be some web server like flask running so I can visit this json file in browser. It seems it's served by nodejs(npm). But I am not familiar with javascript/nodejs.
So what should I do next after running "python execute.py -m lecture_01"
I cloned the repo and installed python depedencies successfully. I can also run "python execute.py -m lecture_01" to generate var/traces/lecture_01.json.
But I don't know how to open this json file. I guessed there must be some web server like flask running so I can visit this json file in browser. It seems it's served by nodejs(npm). But I am not familiar with javascript/nodejs.
So what should I do next after running "python execute.py -m lecture_01"