Parcourir la source

Adding basic readme

bodicsek il y a 3 ans
Parent
commit
82725189b1
1 fichiers modifiés avec 14 ajouts et 0 suppressions
  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`