# thingsboard-rule-config-ui **Repository Path**: mirrors_thingsboard/thingsboard-rule-config-ui ## Basic Information - **Project Name**: thingsboard-rule-config-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thingsboard-rule-config-ui Configuration UI for ThingsBoard Rule Nodes ## Build steps 1) Cleanup ``` npm run cleanup ``` 2) Get ThingsBoard UI dependency ``` npm run getthingsboard ``` 3) Install dependencies ``` npm install ``` 4) Production build ``` npm run build ``` Resulting JavaScript and CSS should be here: ``` ./target/generated-resources/public/static/rulenode-core-config.js ./target/generated-resources/public/static/rulenode-core-config.css ``` 5) Deploy Rule Nodes UI JavaScript code and CSS to ThingsBoard Resulting **rulenode-core-config.js** and **rulenode-core-config.css** should be copied to ```rule-engine/rule-engine-components/src/main/resources/public/static/rulenode/``` directory of ThingsBoard repository.