aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ea82894a45845768166b287dead5a1e11818c7c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# HOVER:BIT-BLE App

## Usage
To run locally
```
npm i
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>
```