{"id":15763623,"url":"https://github.com/gt-codes/thirteen-examples","last_synced_at":"2025-08-04T23:11:33.287Z","repository":{"id":121892278,"uuid":"559388656","full_name":"gt-codes/thirteen-examples","owner":"gt-codes","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-07T15:50:24.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T10:36:58.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gt-codes.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":"2022-10-30T00:32:26.000Z","updated_at":"2022-11-03T18:19:02.000Z","dependencies_parsed_at":"2023-03-16T22:15:54.654Z","dependency_job_id":null,"html_url":"https://github.com/gt-codes/thirteen-examples","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.375,"last_synced_commit":"f094c372f5300f1d54a601069709d14087a1ff06"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gt-codes/thirteen-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gt-codes%2Fthirteen-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gt-codes%2Fthirteen-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gt-codes%2Fthirteen-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gt-codes%2Fthirteen-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gt-codes","download_url":"https://codeload.github.com/gt-codes/thirteen-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gt-codes%2Fthirteen-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268800995,"owners_count":24309487,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-04T12:00:37.165Z","updated_at":"2025-08-04T23:11:33.144Z","avatar_url":"https://github.com/gt-codes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo starter\n\nThis is an official pnpm starter turborepo.\n\n## What's inside?\n\nThis turborepo uses [pnpm](https://pnpm.io) as a package manager. It 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- `ui`: a stub React component library shared by both `web` and `docs` applications\n- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `tsconfig`: `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\npnpm run build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm run dev\n```\n\n### Remote Caching\n\nTurborepo can use a technique known as [Remote Caching](https://turborepo.org/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), then enter the following commands:\n\n```\ncd my-turborepo\npnpm dlx 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```\npnpm dlx turbo link\n```\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Pipelines](https://turborepo.org/docs/core-concepts/pipelines)\n- [Caching](https://turborepo.org/docs/core-concepts/caching)\n- [Remote Caching](https://turborepo.org/docs/core-concepts/remote-caching)\n- [Scoped Tasks](https://turborepo.org/docs/core-concepts/scopes)\n- [Configuration Options](https://turborepo.org/docs/reference/configuration)\n- [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgt-codes%2Fthirteen-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgt-codes%2Fthirteen-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgt-codes%2Fthirteen-examples/lists"}