try removing nojekyll
1 file changed
tree: 781c492ef80046f7c46ea237b5ac1a7e1e33493d
  1. .github/
  2. .scripts/
  3. components/
  4. en/
  5. examples/
  6. handbook/
  7. layouts/
  8. v4/
  9. zh/
  10. .gitignore
  11. .htaccess
  12. 404.html
  13. about.html
  14. api.html
  15. builder.html
  16. changelog.html
  17. cheat-sheet.html
  18. coding-standard.html
  19. committer.html
  20. committers.html
  21. demo.html
  22. download-extension.html
  23. download-map.html
  24. download-theme.html
  25. download.html
  26. download3.html
  27. events.html
  28. examples.html
  29. faq.html
  30. feature.html
  31. index.html
  32. maillist.html
  33. manually-redirect.html
  34. option-gl.html
  35. option.html
  36. option3.html
  37. package.json
  38. README.md
  39. resources.html
  40. security.html
  41. spreadsheet.html
  42. theme-builder.html
  43. tutorial.html
README.md

Apache ECharts Website

Setup

Clone this project, alone with echarts, echarts-www, echarts-examples, echarts-doc under the same directory.

Debug Locally

Edit echarts-www/config/env.debug.js and echarts-examples/config/env.debug.js. Change host to be the path to local debug server and examples.

For example, if you use http-server to start a server http://127.0.0.1:8080 under echarts-website directory, host in the two projects should be http://127.0.0.1:8080 and http://127.0.0.1:8080/examples accordingly.

  1. Run gulp release --dev under echarts-examples.

  2. Run sh release.sh under echarts-doc.

  3. Run gulp release --dev under echarts-www.

  4. Run a server under echarts-website directory and test.

Build Release

Check the “echarts release guide” please.