### Technology

* [antd@4.22.4](https://github.com/ant-design/ant-design/tree/4.22.4)
* [ant-tools](http://github.com/ant-design/antd-tools)

### Develop the demo pages

* `node --version` => `v12.22.12`
* `npm --version` => `v6.14.18`

1. `npm install`
2. `npm run compile-s`
4. `npm run start`
5. `http://localhost:3000`

### How to complie in local laptop

1. `npm install`
2. `npm run compile`

### How to publish

* [pp-antd-style](https://www.npmjs.com/package/pp-antd-style)

1. `npm login`
2. Change the `version` in package.json
3. `npm publish`

### How to test

1. `npm run compile` or `npm run compile-s`
2. `sh ./scripts/test.sh`
3. Make your choice and then execute the Jest.
