# repos_asf_echarts-theme-builder **Repository Path**: mirrors_community_gitbox_apache/repos_asf_echarts-theme-builder ## Basic Information - **Project Name**: repos_asf_echarts-theme-builder - **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**: 2021-07-29 - **Last Updated**: 2026-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache ECharts Theme Builder Design your own theme for Apache ECharts. [Online Theme Builder](https://echarts.apache.org/theme-builder.html) [![Build and Deploy](https://github.com/apache/echarts-theme-builder/actions/workflows/deploy.yml/badge.svg)](https://github.com/apache/echarts-theme-builder/actions/workflows/deploy.yml) ## Build ```bash npm i npm run build ``` ## Release to echarts-www Update the [echarts-www](https://github.com/apache/echarts-www) and [echarts-website](https://github.com/apache/echarts-website) project path in `config/env.asf.js` before run ```bash npm run release ``` It will generate the html to the `_generated` folder of [echarts-www](https://github.com/apache/echarts-www) and other resources to the [echarts-website](https://github.com/apache/echarts-website) folder.