https://github.com/coderbyheart/thingy-rocks-dashboard-aws-js
thingy.rocks AWS IoT dashboard developed using Preact in TypeScript
https://github.com/coderbyheart/thingy-rocks-dashboard-aws-js
Last synced: 9 months ago
JSON representation
thingy.rocks AWS IoT dashboard developed using Preact in TypeScript
- Host: GitHub
- URL: https://github.com/coderbyheart/thingy-rocks-dashboard-aws-js
- Owner: coderbyheart
- License: bsd-3-clause
- Created: 2022-11-22T15:24:24.000Z (about 3 years ago)
- Default Branch: saga
- Last Pushed: 2022-11-30T16:28:59.000Z (about 3 years ago)
- Last Synced: 2025-02-01T11:11:08.736Z (11 months ago)
- Language: TypeScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# thingy.rocks AWS IoT dashboard developed using Preact in TypeScript
[](https://github.com/NordicPlayground/thingy-rocks-dashboard-aws-js/actions)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://mergify.io)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
thingy.rocks AWS IoT dashboard developed using [Preact](https://preactjs.com/)
in [TypeScript](https://www.typescriptlang.org/).
## Setup
Install the dependencies:
```bash
npm ci
```
## Configure
Provide the websocket endpoint from the
[backend](https://github.com/NordicPlayground/thingy-rocks-cloud-aws-js) in the
environment variable `WEBSOCKET_ENDPOINT`.
## Run
```bash
npm start
```