Nahee-Park / argo-ui

Argoproj shared React components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argo UI Components

Argo Image

Set of React components used by Argo Workflows and Argo CD.

Build & Run

  1. Install Toolset: NodeJS and Yarn
  2. Install Dependencies: From your command line, navigate to the argo-ui directory and run yarn install to install dependencies.
  3. 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 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.

About

Argoproj shared React components

License:Apache License 2.0


Languages

Language:TypeScript 68.9%Language:SCSS 26.0%Language:JavaScript 2.6%Language:Less 1.8%Language:Handlebars 0.7%