Skip to content

RedHatOfficial/collab-by-code-ui

 
 

Repository files navigation

Collab By Code Event UI

Create Application in OpenShift

oc new-app https://github.com/kameshsampath/collab-by-code-ui.git

Development Build

oc new-build --name collab-by-code-ui --binary -l app=collab-by-code-ui
npm install;oc start-build collab-by-code-ui --from-dir="." --follow
oc new-app collab-by-code-ui -l app=collab-by-code-ui
oc expose svc/collab-by-code-ui #(1)
  1. this is needed only for development

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.0%
  • JavaScript 26.4%
  • HTML 6.4%
  • CSS 0.2%