Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 874 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 874 Bytes

panel

Displays informational tiles similar to windows phone notification badges.

site

View the current site here

Available tiles

View the current tile list here

Development

yarn install      - installs dependencies
yarn serve        - hot reloading dev server
yarn build        - builds for production
firebase deploy   - deploys to hosting

Adding your own tiles

If you want to create tiles for this project, simply add the tile to the tile template file with the proper fields and descriptions.

Next, make a copy of the example tile and modify it to suit your needs. Make sure that the name of the tile file and the name in the template file are exactly the same.