2022-10-25 01:13:25 +02:00
|
|
|
# Taler Demobank UI
|
2022-10-24 10:46:14 +02:00
|
|
|
|
|
|
|
## CLI Commands
|
|
|
|
|
2022-10-25 01:13:25 +02:00
|
|
|
- `pnpm install`: Installs dependencies
|
2022-10-24 10:46:14 +02:00
|
|
|
|
2022-10-25 01:13:25 +02:00
|
|
|
- `pnpm run build`: Production-ready build
|
2022-10-24 10:46:14 +02:00
|
|
|
|
2022-10-25 01:13:25 +02:00
|
|
|
- `pnpm run check`: Run type checker
|
2022-10-24 10:46:14 +02:00
|
|
|
|
2022-10-25 01:13:25 +02:00
|
|
|
- `pnpm run lint`: Pass TypeScript files using ESLint
|