Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
e83f98d0fa
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -18,5 +18,12 @@ const App = () => (
 );
 ```
 
+## Develop
 
+```
+$ git clone git@github.com:ant-design/ant-design.git
+$ cd ant-design
+$ npm install
+$ npm start
+```