# argo-ui **Repository Path**: csdnliming/argo-ui ## Basic Information - **Project Name**: argo-ui - **Description**: 网络问题使用此库同步 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-31 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Argo UI Components Argo Image Set of React components used by https://github.com/argoproj/argo and 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`.