https://github.com/thingsboard/thingsboard-ui-help
ThingsBoard UI Help Assets
https://github.com/thingsboard/thingsboard-ui-help
Last synced: about 1 year ago
JSON representation
ThingsBoard UI Help Assets
- Host: GitHub
- URL: https://github.com/thingsboard/thingsboard-ui-help
- Owner: thingsboard
- Created: 2021-10-25T13:01:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T13:46:03.000Z (over 1 year ago)
- Last Synced: 2024-12-25T23:42:05.812Z (over 1 year ago)
- Size: 1.48 MB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThingsBoard UI Help Assets
Repository with assets used by ThingsBoard UI help engine.
# Development mode
You may run a simple web server to host the files (assuming you are in the project folder):
```shell
sudo npm install --global http-server
http-server . -p 8081 --cors
```
Now the help assets are available using url: [http://localhost:8081](http://localhost:8081).
Launch ThingsBoard with configuration parameter:
```shell
UI_HELP_BASE_URL=http://localhost:8081
```