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

To run locally
```
npm i
npm build
npm run dev
```

To deploy
```
./deploy.sh <version>
```