文档贡献指南
Rainbond 文档贡献指南
Rainbond 文档使用 Docusaurus 2 文档框架。
如何开发?
准备
确保您的开发环境有如下软件:
安装
克隆文档项目代码
git clone https://github.com/goodrain/rainbond-docs.git
如果yarn install的速度很慢,可以尝试配置淘宝Registry。
yarn config set registry https://registry.npm.taobao.org
安装初始化
cd rainbond-docs
yarn install
本地启动
yarn start
将在浏览器中自动打开http://localhost:3000/