Skip to content

cloudiator/user-interface

Repository files navigation

CloudiatorUi Build Status

Web Frontend of the Cloudiator Project used for management of Cloud Providers and Deployment of cloud tasks.

Docker Image: https://hub.docker.com/r/cloudiator/user-interface

Running local test version

adjust src/environments/environment.ts as needed

npm install
npm run start

Viewing Documentation

npm install
npm run generate-docs
npm run serve-docs