mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:16:58 +00:00
a6eebb940f
* feat: improve code * feat: update docs * feat: update docs * Update index.md * Update features.md * Update when.md * Update contributing.md * Update translations.md * feat: clean up * Add files via upload * Update the-first-app.md * Update plugins.md * Update a-b-c.md * Update blocks.md * feat: update docs * Add files via upload * Update charts.md * feat: update navs * Update index.md * Update index.md * Update features.md * Update index.md * Update docker-compose.md * Update create-nocobase-app.md * Update git-clone.md * Update contributing.md * Update translations.md * Update plugins.md * Update the-first-app.md * Add files via upload * Update charts.md * Update charts.md * Update a-b-c.md * Update collections.md * Update menus.md * Update menus.md Co-authored-by: Zhou <zhou.working@gmail.com>
725 B
725 B
贡献
- Fork 源代码到自己的仓库
- 修改源代码
- 提交 Pull Request
- 签署 CLA
下载项目
# 替换为自己的仓库地址
git clone https://github.com/nocobase/nocobase.git
cd nocobase
yarn install
应用开发与测试
# 安装并启动应用
yarn dev
# 运行所有测试
yarn test
# 运行文件夹下所有测试文件
yarn test <dir>
# 运行单个测试文件
yarn test <file>
文档预览
# 启动文档
yarn doc --lang=zh-CN
yarn doc --lang=en-US
文档在 docs 目录下,遵循 Markdown 语法
|- /docs/
|- en-US
|- zh-CN
其他
更多 Commands 使用说明 参考 NocoBase CLI 章节