# magicscrolljs **Repository Path**: mirrors_YvesCoding/magicscrolljs ## Basic Information - **Project Name**: magicscrolljs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **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 ```