https://github.com/thingsboard/thingsboard-pe-ui-help
ThingsBoard Professional Edition UI Help Assets
https://github.com/thingsboard/thingsboard-pe-ui-help
Last synced: about 1 year ago
JSON representation
ThingsBoard Professional Edition UI Help Assets
- Host: GitHub
- URL: https://github.com/thingsboard/thingsboard-pe-ui-help
- Owner: thingsboard
- Created: 2021-10-25T13:12:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T16:21:34.000Z (about 1 year ago)
- Last Synced: 2025-04-14T17:31:51.069Z (about 1 year ago)
- Size: 1.68 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThingsBoard Professional Edition UI Help Assets
Repository with assets used by ThingsBoard Professional Edition 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
```