Welcome to Turborepo
Turborepo is a high-performance monorepo build-system for modern JavaScript and TypeScript codebases.
To get started, open a new shell and run:
npx create-turbo@latest
Then follow the prompts you see in your terminal.
For more information about Turborepo, visit turbo.build/repo and follow us on X (@turborepo)!
Contributing
If you're working on updating the basic
example that create-turbo
uses and would like to test the end-to-end workflow, you'll need to follow a few steps:
- Push your code updates for
basic
to a branch on GitHub. - Run
./dist/cli.js -e [GITHUB_BRANCH]/examples/basic
.