# argo-ui **Repository Path**: mirrors_adobe/argo-ui ## Basic Information - **Project Name**: argo-ui - **Description**: Web-based UI for Argo workflow engine. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Argo UI ![Argo Image](https://github.com/argoproj/argo/blob/master/argo.png?raw=true) Web-based UI for Argo workflow engine. Web UI allows to view Argo workflows running in the cluster, view container logs etc. Some Argo UI components ( such as Workflow DAG viewer, Workflow timeline etc ) are available via [argo-ui](https://www.npmjs.com/package/argo-ui) NPM package. ## Build, run, release * Install [NodeJS](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com) * Run: `yarn dev` - starts API server and webpack dev UI server. API server uses current `kubectl` context to access workflow CRDs. * Build: `yarn build` - builds static resources into `./dist` directory. * Release: `IMAGE_NAMESPACE=argoproj IMAGE_TAG=latest DOCKER_PUSH=true yarn docker` - builds docker image and optionally push to docker registry.