This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-theme-builder.git
The following commit(s) were added to refs/heads/master by this push:
new 3073800 update README.md
3073800 is described below
commit 3073800a5e1b4a0abe440c0aef2bd7af8542debb
Author: plainheart <[email protected]>
AuthorDate: Mon Nov 10 13:35:36 2025 +0800
update README.md
---
README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 3f4eab1..e40b885 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,25 @@
-# ECharts-Theme-Builder
+# Apache ECharts Theme Builder
Design your own theme for Apache ECharts.
[Online Theme Builder](https://echarts.apache.org/theme-builder.html)
-
+[](https://github.com/apache/echarts-theme-builder/actions/workflows/deploy.yml)
+
## Build
```bash
-npm install
+npm i
npm run build
```
## Release to echarts-www
-Update the echarts-www and echarts-website project path in `config/env.asf.js`
before run
+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. And other
resources to the echarts-website folder
+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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]