aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/README.md
blob: 5c68d127eecd9032c058da612ed380d85b5b1947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Taler Demobank UI

## CLI Commands

- `pnpm install`: Installs dependencies

- `pnpm run build`: Create a production-ready build under `dist/`.

- `pnpm run check`: Run type checker

- `pnpm run lint`: Pass TypeScript files using ESLint

## Testing

By default, the demobank-ui points to `https://bank.demo.taler.net/demobanks/default/`
as the bank access API base URL.

This can be changed for testing by setting the URL via local storage (via your browser's devtools):
```
localStorage.setItem("bank-base-url", OTHER_URL);
```