Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 481 Bytes

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