Haveno user interface
Go to file
dependabot[bot] 116ae1a9e8
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 10:38:15 +00:00
.github chore(styles): theme 2022-04-29 00:42:52 +05:30
.husky chore(dev): updated precommit hook 2022-05-06 19:04:23 +05:30
.storybook chore(dev): code sweep for tests and storybook 2022-05-21 18:55:31 +05:30
.vscode feat: haveno daemon integration 2022-05-10 01:36:01 +05:30
buildResources chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
packages feat: market filters 2022-06-15 03:47:01 +05:30
scripts chore(dev): eslint import rules 2022-06-04 00:00:55 +05:30
tests chore(dev): eslint import rules 2022-06-04 00:00:55 +05:30
types feat: haveno daemon integration 2022-05-10 01:36:01 +05:30
.browserslistrc chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
.editorconfig chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
.electron-builder.config.js chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
.electron-vendors.cache.json chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
.env.example feat: haveno daemon integration 2022-05-10 01:36:01 +05:30
.eslintrc.json chore(dev): eslint import rules 2022-06-04 00:00:55 +05:30
.gitattributes chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
.gitignore chore(dev): code sweep for tests and storybook 2022-05-21 18:55:31 +05:30
.nano-staged.mjs feat: haveno daemon integration 2022-05-10 01:36:01 +05:30
.prettierignore chore(dev): code sweep for tests and storybook 2022-05-21 18:55:31 +05:30
commitlint.config.js chore(dev): app boilerplate 2022-04-23 22:21:06 +05:30
LICENSE add apache 2 license 2022-04-09 09:40:21 +02:00
package.json chore: update mantine to v4.2.9 2022-06-14 16:14:44 +05:30
README.md chore(dev): code sweep for tests and storybook 2022-05-21 18:55:31 +05:30
vitest.config.js fix: wallet balance 2022-05-17 16:01:28 +05:30
yarn.lock chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 2023-02-04 10:38:15 +00:00

Haveno User Interface

Development

Prerequisites

  1. Node 16.x
  2. yarn 1.x
  3. 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