{"id":15754527,"url":"https://github.com/siddhsuresh/siddhsuresh-me","last_synced_at":"2026-05-05T18:33:30.301Z","repository":{"id":64246897,"uuid":"552464986","full_name":"siddhsuresh/siddhsuresh-me","owner":"siddhsuresh","description":"Personal Website - Made Using Astro","archived":false,"fork":false,"pushed_at":"2023-04-02T09:28:11.000Z","size":4020,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T12:29:33.929Z","etag":null,"topics":["astro","personal-website","tailwindcss","zdog"],"latest_commit_sha":null,"homepage":"https://siddharthsuresh.me","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siddhsuresh.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-16T16:52:37.000Z","updated_at":"2023-07-12T17:30:40.000Z","dependencies_parsed_at":"2024-10-25T06:46:15.581Z","dependency_job_id":"09e37f82-11de-41f5-8af5-75445bdc84f2","html_url":"https://github.com/siddhsuresh/siddhsuresh-me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siddhsuresh/siddhsuresh-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhsuresh%2Fsiddhsuresh-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhsuresh%2Fsiddhsuresh-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhsuresh%2Fsiddhsuresh-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhsuresh%2Fsiddhsuresh-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddhsuresh","download_url":"https://codeload.github.com/siddhsuresh/siddhsuresh-me/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhsuresh%2Fsiddhsuresh-me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32663069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["astro","personal-website","tailwindcss","zdog"],"created_at":"2024-10-04T08:02:45.743Z","updated_at":"2026-05-05T18:33:30.277Z","avatar_url":"https://github.com/siddhsuresh.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo Design System starter with Changesets\n\nThis is an official React design system starter powered by Turborepo. Versioning and package publishing is handled by [Changesets](https://github.com/changesets/changesets) and fully automated with GitHub Actions.\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- `@siddhsuresh/core`: core React components\n- `@siddhsuresh/utils`: shared React utilities\n- `@siddhsuresh/tsconfig`: shared `tsconfig.json`s used throughout the monorepo\n- `eslint-config-acme`: 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## Using this example\n\nRun the following command:\n\n```sh\nnpx degit vercel/turbo/examples/with-changesets with-changesets\ncd with-changesets\npnpm install\ngit init . \u0026\u0026 git add . \u0026\u0026 git commit -m \"Init\"\n```\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%2Fsiddhsuresh%2Fsiddhsuresh-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddhsuresh%2Fsiddhsuresh-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhsuresh%2Fsiddhsuresh-me/lists"}