From 705aaf026607bf58d3b0fce2a8934fde4d3898a1 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Mon, 1 Mar 2021 13:29:21 +0100 Subject: :memo: Add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` + -- cgit v1.2.3