# argo-ui **Repository Path**: argoproj/argo-ui ## Basic Information - **Project Name**: argo-ui - **Description**: Argoproj shared React components - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-10-01 ## 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) and [Argo CD](https://github.com/argoproj/argo-cd). ## Build & Run 1. Install Toolset: [NodeJS](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com) 1. Install Dependencies: From your command line, navigate to the argo-ui directory and run `yarn install` to install dependencies. 1. Run: `yarn start` - starts https://storybook.js.org/ 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`: ``` npm i -g yalc ``` Next, in your local `argo-ui` directory, run ``` yalc publish ``` Finally, in your local `argo-cd/ui` directory, run ``` yalc add argo-ui ``` Your local changes to the `argo-ui` package will now be seen by your local `argo-cd`.