Skip to content

Development

afc163 edited this page Mar 30, 2016 · 16 revisions

Folders

├── components    # react source code and demos
├── docs          # documentation in markdown
├── scripts       # 
├── site          # website layout and code
├── style         # less source code
└── package.json

Local development

Fork and git clone.

$ npm install
$ npm start

Then visit http://127.0.0.1:8001


Publish site ot gh-pages

$ npm run deploy
$ npm run just-deploy // without npm install, so it is fast

npm publish tip for Administrators:版本发布流程