Nadeflore / watchface-web-editor

A web editor for huami bin watchfaces
https://watchface-web-editor.vercel.app
GNU General Public License v3.0
28 stars 2 forks source link
watch watchface

Watchface web editor

A web editor for huami bin watchfaces

Try it here: https://watchface-web-editor.vercel.app/

Get started

Install the dependencies...

npm install

...then start the dev server

npm run dev

And navigate to localhost:5000

Tests

Run tests with

npm test