https://github.com/yvescoding/magicscrolljs
https://github.com/yvescoding/magicscrolljs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yvescoding/magicscrolljs
- Owner: YvesCoding
- License: mit
- Created: 2019-05-15T09:31:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T02:49:15.000Z (over 6 years ago)
- Last Synced: 2025-01-30T07:12:17.727Z (about 1 year ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```