How to debug modified components by antd

generally speaking, if I want to write a component, I will first create two folders, one for the component source code and one for the introduction of the component, so that I can see what the component looks like.

in the antd project, I only see the introduction of components in markdown and test units, so where can I see what the components look like after I modify the component source code

at present, you can only pack it and introduce it somewhere else, but it"s too troublesome.


didn't you read the document carefully?

https://github.com/ant-design.

Menu