Set of React components used by Argo Workflows, Argo CD, and Argo Rollouts.
- Install Toolset: NodeJS and Yarn v1
- Install Dependencies: run
yarn install - Run:
yarn start- starts the Storybook v6 dev server
To test your changes locally against Argo CD or another Argo project, we recommend using yalc.
First, install yalc:
npm i -g yalcNext, in your local argo-ui directory, run
yalc publishFinally, in your local argo-cd/ui directory, run
yalc add argo-uiYour local changes to the argo-ui package will now be seen by your local argo-cd.
