Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 324 Bytes

Build firmware for the Sensor Watch online.

Proof of concept. Attempts to work with and without JS, mostly.

Run locally like (and connect to localhost:8080):

docker build . -t swb && docker run --name swb -p 8080:8080 --rm swb

Sensor Watch Builder