diff options
Diffstat (limited to 'gui-clamp/README.md')
-rw-r--r-- | gui-clamp/README.md | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gui-clamp/README.md b/gui-clamp/README.md deleted file mode 100644 index cbb6908..0000000 --- a/gui-clamp/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# 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 |