diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-03-01 13:30:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 13:30:20 +0100 |
commit | e55dddf48f747b26a92411d7574f2806793d3d6c (patch) | |
tree | b458c75742929ad2be7f8360c04df35714e34f9b /README.md | |
parent | 705aaf026607bf58d3b0fce2a8934fde4d3898a1 (diff) | |
download | hoverbit-ble-e55dddf48f747b26a92411d7574f2806793d3d6c.tar.gz hoverbit-ble-e55dddf48f747b26a92411d7574f2806793d3d6c.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,6 @@ # HOVER:BIT-BLE App +## Usage To run locally ``` npm i @@ -7,6 +8,9 @@ npm build npm run dev ``` +## Contribute +Fork this repo, and open a pull request. I will then deploy and push to gh-pages. + To deploy ``` ./deploy.sh <version> |