English | 中文版
首先, Fork https://github.com/rsuite/rsuite
并把它克隆到本地。
git clone git@github.com:<YOUR NAME>/rsuite.git
cd rsuite
npm install
执行 gulp
任务监听文件变更。
npm run dev
然后, Fork https://github.com/rsuite/rsuite.github.io
并把它克隆到本地。
git clone git@github.com:<YOUR NAME>/rsuite.github.io.git
cd rsuite.github.io
npm install
启动 webpack
服务
npm run dev
之后,在你的浏览器中打开 http://127.0.0.1:3200/ ,开始你的表演。