vercel · Turborepo Docs
Getting started
An overview of the initial steps for adopting Turborepo, including global installation and selecting between starting a new project or integrating with an existing repository.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Getting started
An overview of the initial steps for adopting Turborepo, including global installation and selecting between starting a new project or integrating with an existing repository.
When To Use
Use when you need to initialize a new Turborepo project or integrate Turborepo into an existing monorepo structure.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/getting-started-workflow-guide.md | A guide providing introductory steps for installing and setting up Turborepo. | Questions about a guide providing introductory steps for installing and setting up Turborepo. |
examples/getting-started-turborepo-getting-started-install-command.bash | The bash command to install the turbo CLI globally using npm. | Exact payloads, commands, or snippets shown in The bash command to install the turbo CLI globally using npm. |
examples/getting-started-turborepo-getting-started-installation.bash | The bash command to globally install the turbo package using yarn. | Exact payloads, commands, or snippets shown in The bash command to globally install the turbo package using yarn. |
examples/getting-started-turborepo-getting-started-pnpm-install-command.bash | A bash command to globally install the turbo package using pnpm. | Exact payloads, commands, or snippets shown in A bash command to globally install the turbo package using pnpm. |
What This Skill Covers
- If you're new to Turborepo, you can follow these steps to get started.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://turborepo.com/docs/getting-started