diff options
Diffstat (limited to 'packages/create-turbo/README.md')
| -rw-r--r-- | packages/create-turbo/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/create-turbo/README.md b/packages/create-turbo/README.md new file mode 100644 index 0000000..485485f --- /dev/null +++ b/packages/create-turbo/README.md @@ -0,0 +1,13 @@ +# Welcome to Turborepo + +[Turborepo](https://turbo.build/repo) is a high-performance monorepo build-system for modern JavaScript and TypeScript codebases. + +To get started, open a new shell and run: + +```sh +npx create-turbo@latest +``` + +Then follow the prompts you see in your terminal. + +For more information about Turborepo, [visit turbo.build/repo](https://turbo.build/repo) and follow us on Twitter ([@turborepo](https://twitter.com/turborepo))! |
