Skip to content

Commit

Permalink
add vercel links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Mar 5, 2023
1 parent 6e73113 commit 3f6360f
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
## Structure
# Rango Client

there are 3 high level package list:

- `wallets`: A sets of packages for sits between dApp and web3 wallets.
- `queue-manager`: Let us to enqueue some tasks and run them.
- `packages`: Specific packages that are independent to others.

## Workflows

### UI development

```
yarn build
```

then

```
cd packages/ui
yarn storybook
```

### Widget development

```
yarn build
```

then

```
cd packages/widget
yarn start
```
- 💰 `wallets`: A sets of packages for sits between dApp and web3 wallets. [Live on Vercel](https://wallets-demo.vercel.app)
- 🔮 `queue-manager`: Let us to enqueue some tasks and run them. [Live on Vercel](https://q-self.vercel.app)
- 🧱 `widget`: Specific packages that are independent to others.

0 comments on commit 3f6360f

Please sign in to comment.