# thingsboard-ui-help **Repository Path**: mirrors_thingsboard/thingsboard-ui-help ## Basic Information - **Project Name**: thingsboard-ui-help - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-26 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```