summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-11 10:58:55 +0200
committerFlorian Dold <florian@dold.me>2021-10-11 10:58:55 +0200
commitf23a8ee4d356645ae3f91862552b256f230c6bcb (patch)
tree641bf808ef6c6bf7eb003d96f6f7ed5654f854b8 /packages/anastasis-webui/README.md
parent0bbaafcd36ce68f95faee0b91738a169848c7a90 (diff)
downloadwallet-core-f23a8ee4d356645ae3f91862552b256f230c6bcb.tar.gz
wallet-core-f23a8ee4d356645ae3f91862552b256f230c6bcb.tar.bz2
wallet-core-f23a8ee4d356645ae3f91862552b256f230c6bcb.zip
anastasis-webui: first commit
Diffstat (limited to 'packages/anastasis-webui/README.md')
-rw-r--r--packages/anastasis-webui/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/anastasis-webui/README.md b/packages/anastasis-webui/README.md
new file mode 100644
index 000000000..9f9b5987d
--- /dev/null
+++ b/packages/anastasis-webui/README.md
@@ -0,0 +1,19 @@
+# anastasis-webui
+
+## CLI Commands
+* `npm install`: Installs dependencies
+
+* `npm run dev`: Run a development, HMR server
+
+* `npm run serve`: Run a production-like server
+
+* `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).