Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
0bba611b
Commit
0bba611b
authored
Jan 24, 2024
by
crazywoola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update contributing md
parent
e58c3ac3
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
108 additions
and
88 deletions
+108
-88
CONTRIBUTING_CN.md
CONTRIBUTING_CN.md
+108
-33
CONTRIBUTING_JA.md
CONTRIBUTING_JA.md
+0
-55
No files found.
CONTRIBUTING_CN.md
View file @
0bba611b
This diff is collapsed.
Click to expand it.
CONTRIBUTING_JA.md
deleted
100644 → 0
View file @
e58c3ac3
# コントリビュート
[
Dify
](
https://dify.ai
)
に興味を持ち、貢献したいと思うようになったことに感謝します!始める前に、
[
行動規範
](
https://github.com/langgenius/.github/blob/main/CODE_OF_CONDUCT.md
)
を読み、
[
既存の問題
](
https://github.com/langgenius/langgenius-gateway/issues
)
をチェックしてください。
本ドキュメントは、
[
Dify
](
https://dify.ai
)
をビルドしてテストするための開発環境の構築方法を説明するものです。
### 依存関係のインストール
[
Dify
](
https://dify.ai
)
をビルドするには、お使いのマシンに以下の依存関係をインストールし、設定する必要があります:
-
[
Git
](
http://git-scm.com/
)
-
[
Docker
](
https://www.docker.com/
)
-
[
Docker Compose
](
https://docs.docker.com/compose/install/
)
-
[
Node.js v18.x (LTS)
](
http://nodejs.org
)
-
[
npm
](
https://www.npmjs.com/
)
バージョン 8.x.x もしくは
[
Yarn
](
https://yarnpkg.com/
)
-
[
Python
](
https://www.python.org/
)
バージョン 3.10.x
## ローカル開発
開発環境を構築するには、プロジェクトの git リポジトリをフォークし、適切なパッケージマネージャを使用してバックエンドとフロントエンドの依存関係をインストールし、docker-compose スタックを実行するように作成します。
### リポジトリのフォーク
[
リポジトリ
](
https://github.com/langgenius/dify
)
をフォークする必要があります。
### リポジトリのクローン
GitHub でフォークしたリポジトリのクローンを作成する:
```
git clone git@github.com:<github_username>/dify.git
```
### バックエンドのインストール
バックエンドアプリケーションのインストール方法については、
[
Backend README
](
api/README.md
)
を参照してください。
### フロントエンドのインストール
フロントエンドアプリケーションのインストール方法については、
[
Frontend README
](
web/README.md
)
を参照してください。
### ブラウザで dify にアクセス
[
Dify
](
https://dify.ai
)
をローカル環境で見ることができるようになりました
[
http://localhost:3000
](
http://localhost:3000
)
。
## プルリクエストの作成
変更後、プルリクエスト (PR) をオープンしてください。プルリクエストを提出すると、Dify チーム/コミュニティの他の人があなたと一緒にそれをレビューします。
マージコンフリクトなどの問題が発生したり、プルリクエストの開き方がわからなくなったりしませんでしたか?
[
GitHub's pull request tutorial
](
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests
)
で、マージコンフリクトやその他の問題を解決する方法をチェックしてみてください。あなたの PR がマージされると、
[
コントリビュータチャート
](
https://github.com/langgenius/langgenius-gateway/graphs/contributors
)
にコントリビュータとして誇らしげに掲載されます。
## コミュニティチャンネル
お困りですか?何か質問がありますか?
[
Discord Community サーバ
](
https://discord.gg/j3XRWSPBf7
)
に参加してください。私たちがお手伝いします!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment