Skip to content

Commit

Permalink
docs: fix image (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Jef LeCompte <[email protected]>
  • Loading branch information
jef authored Sep 7, 2021
1 parent 640ede9 commit 9f563ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Argo UI Components

![Argo Image](https://github.com/argoproj/argo/blob/master/argo.png?raw=true)
<img src="https://github.com/argoproj/argo-ui/blob/master/src/assets/images/logo.png?raw=true" alt="Argo Image" height="200px">

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)
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
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

Expand Down

0 comments on commit 9f563ca

Please sign in to comment.