An open API service indexing awesome lists of open source software.

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

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
```