# thingsboard-rule-config-ui-ngx-cn **Repository Path**: midi-java/thingsboard-rule-config-ui-ngx-cn ## Basic Information - **Project Name**: thingsboard-rule-config-ui-ngx-cn - **Description**: 用于翻译规则链汉化 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-03-30 - **Last Updated**: 2022-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thingsboard-rule-config-ui-ngx Configuration UI for ThingsBoard Rule Nodes ## Build steps 1) Install dependencies ``` yarn install ``` 2) Production build ``` yarn build ``` Resulting JavaScript should be here: ``` ./target/generated-resources/public/static/rulenode-core-config.js ``` 3) Deploy Rule Nodes UI JavaScript code to ThingsBoard Resulting **rulenode-core-config.js** should be copied to ```rule-engine/rule-engine-components/src/main/resources/public/static/rulenode/``` directory of ThingsBoard repository. 4) Run Rule Nodes UI in hot redeploy mode ``` yarn start ``` By default, Rule Nodes UI will be available on port 5000 (http://localhost:5000)