X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fcontainer-analysis%2FREADME.md;h=8675c53f29f71ec4634e7b73ae211dcf2eead66d;hb=a28e4554da9c266df736f8da9b2fd00d72d4127d;hp=d48fd6a19a19596564b01feec6e31222ce4cd7be;hpb=fb9580f69f168bc3e93188ec9f87249d2f21e724;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