aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-03-01 13:29:21 +0100
committerGitHub <noreply@github.com>2021-03-01 13:29:21 +0100
commit705aaf026607bf58d3b0fce2a8934fde4d3898a1 (patch)
treee866ab0686a0083aff7b1141c4c8928d97149f2a /README.md
parent3e2a2c5856763efdaba2b46ad0a5723b30f2959d (diff)
downloadhoverbit-ble-705aaf026607bf58d3b0fce2a8934fde4d3898a1.tar.gz
hoverbit-ble-705aaf026607bf58d3b0fce2a8934fde4d3898a1.zip
:memo: Add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cfa2efc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# HOVER:BIT-BLE App
+
+To run locally
+```
+npm i
+npm build
+npm run dev
+```
+
+To deploy
+```
+./deploy.sh <version>
+```
+