# rsuite.github.io **Repository Path**: rsuite/rsuite.github.io ## Basic Information - **Project Name**: rsuite.github.io - **Description**: rsuite 文档网站 https://rsuitejs.com - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English][readm-en] | 中文版 # React Suite [![logo](https://user-images.githubusercontent.com/1203827/44192693-0440f400-a163-11e8-9d7c-0cc55797e0cb.png)](https://rsuitejs.com) 主页: http://rsuitejs.com/ ## 开发 **首先**, Fork `https://github.com/rsuite/rsuite` 并把它克隆到本地。 ```zsh git clone git@github.com:/rsuite.git cd rsuite npm install ``` 执行 `gulp` 任务监听文件变更。 ```zsh npm run dev ``` **然后**, Fork `https://github.com/rsuite/rsuite.github.io` 并把它克隆到本地。 ```zsh git clone git@github.com:/rsuite.github.io.git cd rsuite.github.io npm install ``` 启动 `webpack` 服务 ```zsh npm run dev ``` **之后**,在你的浏览器中打开 http://127.0.0.1:3200/ ,开始你的表演。 [readm-en]: https://github.com/rsuite/rsuite.github.io/blob/master/README.md