New AntV site built on @antv/astro-theme-antv.
npm install
npm run devLocal development starts at http://localhost:4321. Both /zh/ and /en/ are available.
npm run check # Astro / TypeScript diagnostics
npm run build # Build the static site
npm run preview # Preview the built siteCI runs the type check and static site build.