2.0.0 • Published 2 years ago
sg-ui v2.0.0
Argo UI Components
Set of React components used by Argo Workflows and Argo CD.
Build & Run
- Install Toolset: NodeJS and Yarn
- Install Dependencies: From your command line, navigate to the argo-ui directory and run
yarn installto install dependencies. - 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.
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.