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
- Host: GitHub
- URL: https://github.com/mishamyrt/pixel-watchface
- Owner: mishamyrt
- Created: 2022-02-06T18:25:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T14:02:38.000Z (over 4 years ago)
- Last Synced: 2025-01-19T21:59:53.825Z (over 1 year ago)
- Topics: graphics, miband, pixel
- Language: TypeScript
- Homepage: https://pixel.myrt.co/
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```