Skip to content

thingsboard/thingsboard-ui-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adc0e5b · Dec 31, 2024

History

30 Commits
Dec 31, 2024
Oct 26, 2021
Nov 3, 2021

Repository files navigation

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):

sudo npm install --global http-server
http-server . -p 8081 --cors

Now the help assets are available using url: http://localhost:8081.

Launch ThingsBoard with configuration parameter:

UI_HELP_BASE_URL=http://localhost:8081