aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/README.md
diff options
context:
space:
mode:
authorLathish <lathishbabu.ganesan@est.tech>2021-11-02 13:10:11 +0000
committerLathish <lathishbabu.ganesan@est.tech>2021-11-03 14:31:11 +0000
commit1d81823510e9cb13657615b835c8454b65865af1 (patch)
treea9ca6fa0217833151b2304ca503b30155d6df1a4 /gui-clamp/README.md
parent28d5047cecd111e380fe78d2d1d7e4756b78ed12 (diff)
Added package-lock.json to the gui-clamp
This will resolve dependency tree conflict Issue-ID: POLICY-3806 Change-Id: I8c47e400a582762ac8b1ed74a2f7ff1ca31610f2 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'gui-clamp/README.md')
-rw-r--r--gui-clamp/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/gui-clamp/README.md b/gui-clamp/README.md
new file mode 100644
index 0000000..cbb6908
--- /dev/null
+++ b/gui-clamp/README.md
@@ -0,0 +1,37 @@
+# Summary
+
+Copyright (C) 2021 Nordix Foundation.
+This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
+This source repository contains the ONAP Policy GUI code.
+
+
+The gui-clamp repo can be built with maven commands but it can also be build,run,test with npm commands.
+
+Prerequsite:
+The following tools should be installed to run this project,
+
+```
+Package Version
+node 14.18.1
+npm 8.1.2
+```
+
+Build & Run:<br>
+To install the npm packages,
+```
+npm install --legacy-peer-deps
+```
+To run test,
+```
+npm run test
+[OR]
+npm test -- -u
+```
+```
+npm run build
+```
+```
+npm start
+``` \ No newline at end of file