mirror of https://github.com/argoproj/argo-ui.git
Signed-off-by: Keith Chong <kykchong@redhat.com> |
||
---|---|---|
.github | ||
.storybook | ||
scripts/icons | ||
src | ||
stories | ||
v2 | ||
.eslintrc.json | ||
.gitignore | ||
.npmignore | ||
.nvmrc | ||
LICENSE | ||
README.md | ||
VERSION | ||
jest.config.js | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
Argo UI Components

Set of React components used by Argo Workflows, Argo CD, and Argo Rollouts.
Build & Run
- Install Toolset: NodeJS and Yarn v1
- Install Dependencies: run
yarn install
- Run:
yarn start
- starts the Storybook v6 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 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
.