# antvis.github.io **Repository Path**: mirrors_antvis/antvis.github.io ## Basic Information - **Project Name**: antvis.github.io - **Description**: 🔜 AntV 新įĢ™į‚šīŧ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AntV New Site 📈 New AntV site built on [@antv/astro-theme-antv](https://github.com/antvis/astro-theme-antv). ![prettier code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square) ## Local development ```sh npm install npm run dev ``` Local development starts at http://localhost:4321. Both `/zh/` and `/en/` are available. ## Validation and deployment ```sh 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.