Skip to content

Latest commit

History

History
24 lines (16 loc) 路 595 Bytes

File metadata and controls

24 lines (16 loc) 路 595 Bytes

AntV New Site 馃搱

New AntV site built on @antv/astro-theme-antv.

prettier code style

Local development

npm install
npm run dev

Local development starts at http://localhost:4321. Both /zh/ and /en/ are available.

Validation and deployment

npm run check       # Astro / TypeScript diagnostics
npm run build       # Build the static site
npm run preview     # Preview the built site

CI runs the type check and static site build.