# ant-design-pro-site **Repository Path**: ant-design/ant-design-pro-site ## Basic Information - **Project Name**: ant-design-pro-site - **Description**: The documentation source of Ant Design Pro. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 2 - **Created**: 2018-01-12 - **Last Updated**: 2025-09-29 ## Categories & Tags **Categories**: ebooks-manual **Tags**: None ## README # Ant Design Pro Site The documentation source of [Ant Design Pro](https://github.com/ant-design/ant-design-pro). ### Development ```bash $ git clone git@github.com:ant-design/ant-design-pro-site.git $ cd ant-design-pro-site $ npm install $ npm start ``` Then visit http://localhost:8001 . ### Deploy ``` $ npm run site ``` ### Publish Components ``` $ npm run publish-components ```