mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2024-10-01 07:35:39 -04:00
8eb4694ca2
chore: updated README chore: added button tests and stories fix: removed unused code from @atoms/Currency chore: added tests and stories for @atoms/Link test: refactored NodeConnectSwitch refactored chore: refactored NodeStatus test: atom/ProtectedRoute feat: added PasswordInput atom chore: refactored account sidebar test: PaymentMethodCard and AddPaymentMethod button test: ReadyToUse molecule test: SetPassword organism test: Login page chore: added stories for onboarding pages --- Reviewed-by: localredhead
38 lines
443 B
Markdown
38 lines
443 B
Markdown
# Haveno User Interface
|
|
|
|
## Development
|
|
|
|
### Prerequisites
|
|
|
|
1. Node 16.x
|
|
1. yarn 1.x
|
|
1. Haveno daemon and envoy proxy
|
|
|
|
### Install dependencies
|
|
|
|
```sh
|
|
yarn
|
|
```
|
|
|
|
### Configure environment variables
|
|
|
|
Copy [.env.example](./.env.example) to a file called `.env` and point the environment variables to the envoy proxy.
|
|
|
|
### Start the app in watch mode
|
|
|
|
```sh
|
|
yarn watch
|
|
```
|
|
|
|
### Tests
|
|
|
|
```sh
|
|
yarn tests
|
|
```
|
|
|
|
### Storybook
|
|
|
|
```sh
|
|
yarn storybook
|
|
```
|