Skip to content

NordicPlayground/thingy-rocks-dashboard-aws-js

world.thingy.rocks

GitHub Actions semantic-release Renovate @commitlint/config-conventional code style: prettier ESLint: TypeScript

thingy.rocks AWS IoT dashboard developed using Preact in TypeScript.

Target

The app is intended to be displayed on the half part of a 42 inch 1080p TV in portrait mode. Target resolution: 1080 x 768.

Feature overview

Setup

Install the dependencies:

npm ci
ln -s ../node_modules/svg-country-flags/svg static/flags

Configure

Provide these configuration settings from the backend:

  • WEBSOCKET_ENDPOINT
  • MAP_NAME
  • COGNITO_IDENTITY_POOL_ID

Run

npm start