{"id":24707997,"url":"https://github.com/pungrumpy/turbo-next-design","last_synced_at":"2025-07-01T12:36:41.304Z","repository":{"id":264968191,"uuid":"861604444","full_name":"PunGrumpy/turbo-next-design","owner":"PunGrumpy","description":"🦔 Get started quickly with Turborepo, Next.js, and shadcn/ui.","archived":false,"fork":false,"pushed_at":"2024-09-24T18:13:31.000Z","size":535,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T06:50:45.993Z","etag":null,"topics":["nextjs","nextjs15","shadcn-ui","tailwindcss","turborepo"],"latest_commit_sha":null,"homepage":"https://turbo-next-design.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PunGrumpy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-23T07:54:59.000Z","updated_at":"2024-11-19T15:14:34.000Z","dependencies_parsed_at":"2024-11-27T02:13:14.779Z","dependency_job_id":"28605d8e-95a5-4642-833e-754d854145bb","html_url":"https://github.com/PunGrumpy/turbo-next-design","commit_stats":null,"previous_names":["pungrumpy/turbo-next-design"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fturbo-next-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fturbo-next-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fturbo-next-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fturbo-next-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunGrumpy","download_url":"https://codeload.github.com/PunGrumpy/turbo-next-design/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235810460,"owners_count":19048541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","nextjs15","shadcn-ui","tailwindcss","turborepo"],"created_at":"2025-01-27T06:27:32.365Z","updated_at":"2025-01-27T06:27:33.072Z","avatar_url":"https://github.com/PunGrumpy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Turborepo Next Design\n\nThis is an **unofficial** starter for Turborepo, a monorepo tool that makes it easy to build, test, and deploy multiple packages and apps.\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 and apps:\n\n### 🏠 Apps and Packages\n\n- `apps/www`: a [Next.js 15](https://nextjs.org/) app using the latest features.\n- `@repo/ui`: a shared component library using [shadcn/ui](https://shadcn.dev/), utilized by `apps/www`.\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`).\n- `@repo/typescript-config`: shared `tsconfig.json` files used throughout the monorepo.\n\nAll packages and apps are 100% [TypeScript](https://www.typescriptlang.org/).\n\n### 🛠️ Utilities\n\nThis Turborepo comes pre-configured with some useful tools:\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```sh\ncd turbo-next-design\npnpm build\n```\n\n### 🧑‍💻 Develop\n\nTo develop all apps and packages, run the following command:\n\n```sh\ncd turbo-next-design\npnpm dev\n```\n\n### ☁️ Remote Caching\n\nTurborepo supports [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, speeding up builds for your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching, you'll need a [Vercel account](https://vercel.com/signup). Once you have an account, authenticate with:\n\n```sh\ncd turbo-next-design\nnpx turbo login\n```\n\nThen link your project to the remote cache:\n\n```sh\nnpx turbo link\n```\n\n## 🔗 Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)\n- [Caching](https://turbo.build/repo/docs/core-concepts/caching)\n- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)\n- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)\n- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)\n- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Fturbo-next-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpungrumpy%2Fturbo-next-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Fturbo-next-design/lists"}