aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-25 01:13:25 +0200
committerFlorian Dold <florian@dold.me>2022-10-25 01:13:35 +0200
commit172425e0cfd0f3e48993382ee064c592a2441546 (patch)
tree87cb21f7ff9cc299576016e8dd630c743c23b3d8 /packages/demobank-ui/README.md
parent1e39c57cb972c6de224c177dd28ae3a315fbe590 (diff)
downloadwallet-core-172425e0cfd0f3e48993382ee064c592a2441546.tar.xz
demobank-ui: clean up build system
Diffstat (limited to 'packages/demobank-ui/README.md')
-rw-r--r--packages/demobank-ui/README.md18
1 files changed, 5 insertions, 13 deletions
diff --git a/packages/demobank-ui/README.md b/packages/demobank-ui/README.md
index c014929ce..2fc54a771 100644
--- a/packages/demobank-ui/README.md
+++ b/packages/demobank-ui/README.md
@@ -1,19 +1,11 @@
-# bank web
+# Taler Demobank UI
## CLI Commands
-- `npm install`: Installs dependencies
+- `pnpm install`: Installs dependencies
-- `npm run dev`: Run a development, HMR server
+- `pnpm run build`: Production-ready build
-- `npm run serve`: Run a production-like server
+- `pnpm run check`: Run type checker
-- `npm run build`: Production-ready build
-
-- `npm run lint`: Pass TypeScript files using ESLint
-
-- `npm run test`: Run Jest and Enzyme with
- [`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure) for
- your tests
-
-For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).
+- `pnpm run lint`: Pass TypeScript files using ESLint