Vercel

Getting started

Get started with Turborepo.

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

Install Turborepo

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

Terminal
npm install turbo --global
Terminal
yarn global add turbo
Terminal
pnpm add turbo --global

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