aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/README.md')
-rw-r--r--packages/anastasis-webui/README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/anastasis-webui/README.md b/packages/anastasis-webui/README.md
deleted file mode 100644
index 9f9b5987d..000000000
--- a/packages/anastasis-webui/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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).