X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fcontainer-analysis%2FREADME.md;h=8675c53f29f71ec4634e7b73ae211dcf2eead66d;hb=f99eab8301794796ae28f89dc93df2e97dfa339b;hp=d48fd6a19a19596564b01feec6e31222ce4cd7be;hpb=0b06d8c2c317761231705f03a1fbb8470e99a64e;p=oam.git diff --git a/code/container-analysis/README.md b/code/container-analysis/README.md index d48fd6a..8675c53 100644 --- a/code/container-analysis/README.md +++ b/code/container-analysis/README.md @@ -28,4 +28,20 @@ Once your docker containers are up and running just use: Note: It takes time ... -You will find the results in the 'out' folder. \ No newline at end of file +You will find the results in the 'out' folder. + +### Viewer + +If you would like to see a kind of summary, please run: + +``` +cd viewer +npm install +npm start +``` + +... and view in your browser + +``` +http://localhost:3000 +``` \ No newline at end of file