# argo-ui **Repository Path**: chenrui0227/argo-ui ## Basic Information - **Project Name**: argo-ui - **Description**: github mirror - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-12-16 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Argo UI Components Argo Image Set of React components used by [Argo Workflows](https://github.com/argoproj/argo-workflows), [Argo CD](https://github.com/argoproj/argo-cd), and [Argo Rollouts](https://github.com/argoproj/argo-rollouts). ## Build & Run 1. Install Toolset: [NodeJS](https://nodejs.org/en/download/) and [Yarn v1](https://classic.yarnpkg.com/en/docs) 1. Install Dependencies: run `yarn install` 1. Run: `yarn start` - starts the [Storybook v6](https://storybook.js.org/docs/6.5/get-started/install) dev server ## Local Development To test your changes locally against Argo CD or another Argo project, we recommend using [`yalc`](https://github.com/wclr/yalc). First, install `yalc`: ```sh npm i -g yalc ``` Next, in your local `argo-ui` directory, run ```sh yalc publish ``` Finally, in your local `argo-cd/ui` directory, run ```sh yalc add argo-ui ``` Your local changes to the `argo-ui` package will now be seen by your local `argo-cd`.