An open API service indexing awesome lists of open source software.

https://github.com/mishamyrt/pixel-watchface

⌚️ Material You styled watch face for Mi Band 6 build system
https://github.com/mishamyrt/pixel-watchface

graphics miband pixel

Last synced: 9 months ago
JSON representation

⌚️ Material You styled watch face for Mi Band 6 build system

Awesome Lists containing this project

README

          

# Pixel Watch Face

Automated Mi Band 6 watch face build system. Gives the possibility to assemble dials in the Material You style, taking into account the Monet accent colour.

## Run

```sh
npm ci
npm run build
npm start
```

## Production run

```sh
npm ci
npm run build
PRODUCTION=true npm start
```