入门

如果你是 Turborepo 新手,可以按照以下步骤开始使用。

¥If you're new to Turborepo, you can follow these steps to get started.

安装 Turborepo

¥Install Turborepo

全局安装 turbo,以便你可以在存储库中的任何位置方便地在终端中运行 turbo 命令。

¥Install turbo globally so you can conveniently run turbo commands in your terminal from anywhere in your repository.

Terminal
npm install turbo --global

要了解更多关于安装 turbo 的信息,请参阅 安装指南

¥To learn more about installing turbo, see the installation guide.