Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 862 Bytes

CONTRIBUTING_ZH.md

File metadata and controls

31 lines (20 loc) · 862 Bytes

贡献

欢迎来到 DevPilot intellij 插件仓库。我们很高兴在这里见到你!

我们欢迎所有人为这个仓库做出贡献。

前提要求

本项目编译或者运行测试需要 Java 11 或者更高版本。

项目构建

  1. 将项目克隆到本地。 git clone https://github.com/openpilot-hub/devpilot-intellij.git
  2. 运行如下指令构建项目。 ./gradlew runIde
  3. 如果你使用的是 windows,运行如下指令构建项目。 gradlew.bat runIde

更新 Webview 页面

  1. 克隆前端webview项目 https://github.com/openpilot-hub/devpilot-h5
  2. 执行 pnpm installpnpm run build
  3. 执行cp dist/ext.html ../devpilot-intellij/src/main/resources/webview/index.html

测试和检查

在提交commit之前,请运行如下指令检查是否有错误。

./gradlew check