English | 中文版
Website: http://rsuitejs.com/
First, Fork https://github.com/rsuite/rsuite and clone it locally.
git clone git@github.com:<YOUR NAME>/rsuite.git
cd rsuite
npm installStart gulp task,used to listen for file changes.
npm run devThen, Fork https://github.com/rsuite/rsuite.github.io and clone it locally.
git clone git@github.com:<YOUR NAME>/rsuite.github.io.git
cd rsuite.github.io
npm installStart webpack server
npm run devNext, your show time.
Open url http://127.0.0.1:3200/ in browser.
