aboutsummaryrefslogtreecommitdiff
path: root/kamon-status-page/README.md
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2019-03-11 22:21:06 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2019-03-15 11:36:11 +0100
commitec83a72879378bc9eedea24f828e4d30fed95e92 (patch)
tree96fd746fc13f4ffb914d8e59c4ea074513877556 /kamon-status-page/README.md
parent5df3351de8a885e2eb2b52f75817347a599b2327 (diff)
downloadKamon-ec83a72879378bc9eedea24f828e4d30fed95e92.tar.gz
Kamon-ec83a72879378bc9eedea24f828e4d30fed95e92.tar.bz2
Kamon-ec83a72879378bc9eedea24f828e4d30fed95e92.zip
separate the status-page project from the status API
Diffstat (limited to 'kamon-status-page/README.md')
-rw-r--r--kamon-status-page/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/kamon-status-page/README.md b/kamon-status-page/README.md
new file mode 100644
index 00000000..cf1fc29b
--- /dev/null
+++ b/kamon-status-page/README.md
@@ -0,0 +1,29 @@
+# kamon-status
+
+## Project setup
+```
+npm install
+```
+
+### Compiles and hot-reloads for development
+```
+npm run serve
+```
+
+### Compiles and minifies for production
+```
+npm run build
+```
+
+### Run your tests
+```
+npm run test
+```
+
+### Lints and fixes files
+```
+npm run lint
+```
+
+### Customize configuration
+See [Configuration Reference](https://cli.vuejs.org/config/).