Create concrete classes for O-RAN Nodes
[oam.git] / code / container-analysis / README.md
index d48fd6a..8675c53 100644 (file)
@@ -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