An open API service indexing awesome lists of open source software.

https://github.com/yvescoding/magicscrolljs


https://github.com/yvescoding/magicscrolljs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

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
```