File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ zenn-editor リポジトリで管理されているパッケージの開発ガ
44
55## セットアップ
66
7- zenn-editor リポジトリは [ lerna] ( https://github.com/lerna/lerna ) によるモノレポ構成です。
7+ zenn-editor リポジトリは [ pnpm ] ( https://pnpm.io/ja/ ) + [ Turborepo ] ( https://turbo.build/repo ) + [ lerna-lite ] ( https://github.com/lerna-lite /lerna-lite ) によるモノレポ構成です。
88
99それぞれのプロジェクトは ` ./packages ` に配置されています。
1010
@@ -15,6 +15,12 @@ $ git clone https://github.com/zenn-dev/zenn-editor.git
1515$ pnpm install
1616```
1717
18+ ::: caution
19+ 上記のコマンドを実行するには、事前に pnpm のインストールが必要です。<br />
20+ インストール方法: https://pnpm.io/ja/installation
21+ :::
22+
23+
1824同様に、テストやビルドもプロジェクトのルートで ` pnpm test ` 、` pnpm build ` を実行することで、` ./packages ` にある全てのプロジェクトに対して行うことができます。これは依存するモジュールに対するテストや動作確認をしたい時に便利です。
1925
2026## ブランチ
You can’t perform that action at this time.
0 commit comments