{"id":39795219,"url":"https://github.com/yamcodes/firebase-turborepo-demo","last_synced_at":"2026-01-18T12:22:03.846Z","repository":{"id":228522211,"uuid":"774028389","full_name":"yamcodes/firebase-turborepo-demo","owner":"yamcodes","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T11:59:45.000Z","size":459,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T12:36:44.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://yamcodes.web.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/yamcodes.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-03-18T20:20:58.000Z","updated_at":"2024-05-02T10:53:44.000Z","dependencies_parsed_at":"2024-03-27T20:44:12.846Z","dependency_job_id":"5b7ae56a-0747-40d8-814f-c681c4231752","html_url":"https://github.com/yamcodes/firebase-turborepo-demo","commit_stats":null,"previous_names":["yamcodes/yamcodes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yamcodes/firebase-turborepo-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Ffirebase-turborepo-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Ffirebase-turborepo-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Ffirebase-turborepo-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Ffirebase-turborepo-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamcodes","download_url":"https://codeload.github.com/yamcodes/firebase-turborepo-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Ffirebase-turborepo-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-18T12:22:03.776Z","updated_at":"2026-01-18T12:22:03.838Z","avatar_url":"https://github.com/yamcodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yamcodes\n\nThis is a monorepo powered by Turborepo. Versioning and package publishing is handled by [Changesets](https://github.com/changesets/changesets) and fully automated with GitHub Actions.\n\n## Using this example\n\nRun the following command:\n\n```sh\nnpx create-turbo@latest -e with-changesets\n```\n\n## What's inside?\n\nThis Turborepo includes the following:\n\n### Apps and Packages\n\n- `docs`: A placeholder documentation site powered by [Next.js](https://nextjs.org/)\n- `@acme/core`: core React components\n- `@acme/utils`: shared React utilities\n- `@acme/tsconfig`: shared `tsconfig.json`s used throughout the monorepo\n- `@acme/eslint-config`: ESLint preset\n\nEach package and 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### Useful commands\n\n- `yarn build` - Build all packages and the docs site\n- `yarn dev` - Develop all packages and the docs site\n- `yarn lint` - Lint all packages\n- `yarn changeset` - Generate a changeset\n- `yarn clean` - Clean up all `node_modules` and `dist` folders (runs each package's clean script)\n\n### Changing the npm organization scope\n\nThe npm organization scope for this design system starter is `@acme`. To change this, it's a bit manual at the moment, but you'll need to do the following:\n\n- Rename folders in `packages/*` to replace `acme` with your desired scope\n- Search and replace `acme` with your desired scope\n- Re-run `yarn install`\n\n## Versioning and Publishing packages\n\nPackage publishing has been configured using [Changesets](https://github.com/changesets/changesets). Please review their [documentation](https://github.com/changesets/changesets#documentation) to familiarize yourself with the workflow.\n\nThis example comes with automated npm releases setup in a [GitHub Action](https://github.com/changesets/action). To get this working, you will need to create an `NPM_TOKEN` and `GITHUB_TOKEN` in your repository settings. You should also install the [Changesets bot](https://github.com/apps/changeset-bot) on your GitHub repository as well.\n\nFor more information about this automation, refer to the official [changesets documentation](https://github.com/changesets/changesets/blob/main/docs/automating-changesets.md)\n\n### npm\n\nIf you want to publish package to the public npm registry and make them publicly available, this is already setup.\n\nTo publish packages to a private npm organization scope, **remove** the following from each of the `package.json`'s\n\n```diff\n- \"publishConfig\": {\n-  \"access\": \"public\"\n- },\n```\n\n### GitHub Package Registry\n\nSee [Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#publishing-a-package-using-publishconfig-in-the-packagejson-file)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamcodes%2Ffirebase-turborepo-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamcodes%2Ffirebase-turborepo-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamcodes%2Ffirebase-turborepo-demo/lists"}