Selaa lähdekoodia

Adding basic readme

bodicsek 3 vuotta sitten
vanhempi
commit
82725189b1
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  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`