aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/README.md
blob: cbb690848c57034a7e4d0b6a97f8714a105ee0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
```