From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- examples/non-monorepo/README.md | 42 ----------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 examples/non-monorepo/README.md (limited to 'examples/non-monorepo/README.md') diff --git a/examples/non-monorepo/README.md b/examples/non-monorepo/README.md deleted file mode 100644 index ba2ecaf..0000000 --- a/examples/non-monorepo/README.md +++ /dev/null @@ -1,42 +0,0 @@ -# Turborepo non-monorepo starter - -This is an official starter Turborepo. - -## Using this example - -Run the following command: - -```sh -npx create-turbo@latest -e non-monorepo -``` - -## What's inside? - -This Turborepo uses a single, non-monorepo project (in this case, a single Next.js application). Since [Turborepo 1.6](https://turbo.build/blog/turbo-1-6-0#any-codebase-can-use-turborepo), you can use Turborepo for non-monorepo projects as well as monorepos. - -### Build - -To build all apps and packages, run the following command: - -``` -pnpm turbo build -``` - -### Develop - -To develop all apps and packages, run the following command: - -``` -pnpm turbo dev -``` - -## Useful Links - -Learn more about the power of Turborepo: - -- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks) -- [Caching](https://turbo.build/repo/docs/core-concepts/caching) -- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) -- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering) -- [Configuration Options](https://turbo.build/repo/docs/reference/configuration) -- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference) -- cgit v1.2.3-70-g09d2