{
  "markdown": "# Turborepo starter\n\nThis Turborepo starter is maintained by the Turborepo core team.\n\n## Using this example\n\nRun the following command:\n\n```sh\nnpx create-turbo@latest\n```\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) app\n- `web`: another [Next.js](https://nextjs.org/) app\n- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\n\n# With [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation) installed (recommended)\nturbo build\n\n# Without [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation), use your package manager\nnpx turbo build\nyarn dlx turbo build\npnpm exec turbo build\n```\n\nYou can build a specific package by using a [filter](https://turborepo.dev/docs/crafting-your-repository/running-tasks#using-filters):\n\n```\n# With [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation) installed (recommended)\nturbo build --filter=docs\n\n# Without [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation), use your package manager\nnpx turbo build --filter=docs\nyarn exec turbo build --filter=docs\npnpm exec turbo build --filter=docs\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd my-turborepo\n\n# With [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation) installed (recommended)\nturbo dev\n\n# Without [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation), use your package manager\nnpx turbo dev\nyarn exec turbo dev\npnpm exec turbo dev\n```\n\nYou can develop a specific package by using a [filter](https://turborepo.dev/docs/crafting-your-repository/running-tasks#using-filters):\n\n```\n# With [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation) installed (recommended)\nturbo dev --filter=web\n\n# Without [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation), use your package manager\nnpx turbo dev --filter=web\nyarn exec turbo dev --filter=web\npnpm exec turbo dev --filter=web\n```\n\n### Remote Caching\n\n> [!TIP]\n> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache).\n\nTurborepo can use a technique known as [Remote Caching](https://turborepo.dev/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands:\n\n```\ncd my-turborepo\n\n# With [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation) installed (recommended)\nturbo login\n\n# Without [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation), use your package manager\nnpx turbo login\nyarn exec turbo login\npnpm exec turbo login\n```\n\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\n\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:\n\n```\n# With [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation) installed (recommended)\nturbo link\n\n# Without [global `turbo`](https://turborepo.dev/docs/getting-started/installation#global-installation), use your package manager\nnpx turbo link\nyarn exec turbo link\npnpm exec turbo link\n```\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Tasks](https://turborepo.dev/docs/crafting-your-repository/running-tasks)\n- [Caching](https://turborepo.dev/docs/crafting-your-repository/caching)\n- [Remote Caching](https://turborepo.dev/docs/core-concepts/remote-caching)\n- [Filtering](https://turborepo.dev/docs/crafting-your-repository/running-tasks#using-filters)\n- [Configuration Options](https://turborepo.dev/docs/reference/configuration)\n- [CLI Usage](https://turborepo.dev/docs/reference/command-line-reference)\n",
  "bytes": 5020,
  "sha": "2aabf8e57c383bdb8f0b198b7468fdea813cf1f94dc79b97ff72539696ad4704",
  "repo_slug": "joelhooks/joelclaw",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_joelhooks_joelclaw_contacts_429a0bde/readme"
}