Skip to content

tiberiucorbu/cycle-ble-web

Repository files navigation

Cycle Web App

This is an experimental app that enables a chrome powered page to connect to a Bluetooth Low Energy "Cycle Speed and Cadence" Service and display it's measurement

Live Webapp

https://tiberiucorbu.github.io/cycle-ble-web/

Install the dependencies

npm ci

Building the repo

npm run build

Building only types

npm run build:types

Type-Checking the repo

npm run type-check

And to run in --watch mode:

npm run type-check:watch