Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/guides/zenn-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ zenn-editor リポジトリは [pnpm](https://pnpm.io/ja/) + [Turborepo](https:/

```shell
$ git clone https://github.com/zenn-dev/zenn-editor.git

# pnpmをcorepackでインストールする場合は以下を実行
$ corepack enable pnpm

$ pnpm install
```

:::caution
上記のコマンドを実行するには、事前に pnpm のインストールが必要です。<br />
インストール方法: https://pnpm.io/ja/installation
:::note
pnpm のインストールには corepack を使用することを推奨します。<br />
corepack を使用しない場合は、corepack の[インストール方法](https://pnpm.io/ja/installation)を参照してインストールしてください。
:::


Expand Down Expand Up @@ -56,4 +60,4 @@ zenn-editor では、ビルドやテストなどを実行する時に使用し

[lerna](https://lerna.js.org/) から `version` と `publish` 機能だけを抜き出したバージョン管理ツールです。
基本的な使い方は lerna と一緒ですが、多くの Monorepo 機能はデフォルトでは含まれていないことに注意してください。
zenn-editor では、workspace をリリースする際に使用しています。
zenn-editor では、workspace をリリースする際に使用しています。