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

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

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