Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 448 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 448 Bytes

Ant Design Pro Site

The documentation source of Ant Design Pro.

Development

$ git clone [email protected]:ant-design/ant-design-pro-site.git
$ cd ant-design-pro-site
$ git submodule init
$ git submodule update --recursive
$ npm install
$ npm start

Then visit http://localhost:8001 .

Deploy

$ npm run site

Publish Components

$ npm run publish-components