Sfoglia il codice sorgente

Adding basic readme

bodicsek 3 anni fa
parent
commit
82725189b1
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -0,0 +1,14 @@
+# occ-fw-ui
+A proof of concept OCC framework UI application.
+## Prerequisites
+### oci-cli (for OKE only)
+### kubectl
+### helm
+## Build
+`npm run build`  
+`npm run build:container`
+## Run
+`npm run start`  
+`npm run start:container`
+## Deploy
+`npm run deploy`