mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-11-24 08:33:25 -05:00
Haveno user interface
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 |
||
|---|---|---|
| .github | ||
| .husky | ||
| .storybook | ||
| .vscode | ||
| buildResources | ||
| packages | ||
| scripts | ||
| tests | ||
| types | ||
| .browserslistrc | ||
| .editorconfig | ||
| .electron-builder.config.js | ||
| .electron-vendors.cache.json | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .nano-staged.mjs | ||
| .prettierignore | ||
| commitlint.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| vitest.config.js | ||
| yarn.lock | ||
Haveno User Interface
Development
Prerequisites
- Node 16.x
- yarn 1.x
- Haveno daemon and envoy proxy
Install dependencies
yarn
Configure environment variables
Copy .env.example to a file called .env and point the environment variables to the envoy proxy.
Start the app in watch mode
yarn watch
Tests
yarn tests
Storybook
yarn storybook