314 Star 1.4K Fork 483

GVP好雨科技 / Rainbond

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
barnettZQG 提交于 2021-08-23 11:55 . fix code build error

Compile the project

if you have docker and golang environment

# build all docker image
make image

# build all binary file
make binary

# build binary for different os
GOOS=windows make binary

# if you what build one module
make binary WHAT=api
make image WHAT=api

in only golang environment

# build all module
./localbuild.sh all

# build one module
./localbuild.sh api

How to contribute

Read Contributing to Open Source on GitHub before contribute.

Bug

When you find a bug, or have questions about code, documents and project, use ISSUE to report and discuss.

Feature

If you are able to fix bugs or add feature for Rainbond, your Pull Request are welcome!

Check Pull Request is another way to contribute.

Documents

When you find any typo or you have awesome contents to supplement, you can also use Pull Request.

Go
1
https://gitee.com/rainbond/Rainbond.git
git@gitee.com:rainbond/Rainbond.git
rainbond
Rainbond
Rainbond
master

搜索帮助