This repo is forked from Ant Design repo ver 3.24.0
You can use the original documentation.
Aftter cloning this repo use the following commands to install and start:
yarn install
yarn startOpen your browser and visit http://127.0.0.1:8001 , see more at Development.
yarn add [email protected]:eventinc/ant-design.gitimport { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);And import each component's style like:
@import 'antd/lib/alert/style/index.less';After merging your dev branch into master:
- run the following command to compile:
yarn compile
- Set new version in
package.json - Commit compiled files and
package.json - Create tag for the new version
- Push everthing
- Don't forget to update your project's dependency to use the new version