{"id":29734047,"url":"https://github.com/themesberg/flowbite-react-template-tanstack-start","last_synced_at":"2025-09-23T21:06:41.023Z","repository":{"id":283351247,"uuid":"951297038","full_name":"themesberg/flowbite-react-template-tanstack-start","owner":"themesberg","description":"Official Flowbite React template using TanStack Start","archived":false,"fork":false,"pushed_at":"2025-04-15T07:18:07.000Z","size":193,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-19T06:27:24.723Z","etag":null,"topics":["flowbite-react","tanstack-start","template","ts-start"],"latest_commit_sha":null,"homepage":"https://flowbite-react.com/docs/guides/tanstack-start","language":"TypeScript","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/themesberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-19T13:12:08.000Z","updated_at":"2025-04-15T08:45:24.000Z","dependencies_parsed_at":"2025-03-19T19:49:12.470Z","dependency_job_id":"38a99652-8945-41ab-90ca-3b5e32f2e605","html_url":"https://github.com/themesberg/flowbite-react-template-tanstack-start","commit_stats":null,"previous_names":["themesberg/flowbite-react-template-tanstack-start"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/themesberg/flowbite-react-template-tanstack-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themesberg%2Fflowbite-react-template-tanstack-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themesberg%2Fflowbite-react-template-tanstack-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themesberg%2Fflowbite-react-template-tanstack-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themesberg%2Fflowbite-react-template-tanstack-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themesberg","download_url":"https://codeload.github.com/themesberg/flowbite-react-template-tanstack-start/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themesberg%2Fflowbite-react-template-tanstack-start/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266991291,"owners_count":24017740,"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-07-25T02:00:09.625Z","response_time":70,"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":["flowbite-react","tanstack-start","template","ts-start"],"created_at":"2025-07-25T10:38:54.750Z","updated_at":"2025-09-23T21:06:35.986Z","avatar_url":"https://github.com/themesberg.png","language":"TypeScript","readme":"# Welcome to TanStack.com!\n\nThis site is built with TanStack Router!\n\n- [TanStack Router Docs](https://tanstack.com/router)\n\nIt's deployed automagically with Netlify!\n\n- [Netlify](https://netlify.com/)\n\n## Development\n\nFrom your terminal:\n\n```sh\npnpm install\npnpm dev\n```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\n## Editing and previewing the docs of TanStack projects locally\n\nThe documentations for all TanStack projects except for `React Charts` are hosted on [https://tanstack.com](https://tanstack.com), powered by this TanStack Router app.\nIn production, the markdown doc pages are fetched from the GitHub repos of the projects, but in development they are read from the local file system.\n\nFollow these steps if you want to edit the doc pages of a project (in these steps we'll assume it's [`TanStack/form`](https://github.com/tanstack/form)) and preview them locally :\n\n1. Create a new directory called `tanstack`.\n\n```sh\nmkdir tanstack\n```\n\n2. Enter the directory and clone this repo and the repo of the project there.\n\n```sh\ncd tanstack\ngit clone git@github.com:TanStack/tanstack.com.git\ngit clone git@github.com:TanStack/form.git\n```\n\n\u003e [!NOTE]\n\u003e Your `tanstack` directory should look like this:\n\u003e\n\u003e ```\n\u003e tanstack/\n\u003e    |\n\u003e    +-- form/\n\u003e    |\n\u003e    +-- tanstack.com/\n\u003e ```\n\n\u003e [!WARNING]\n\u003e Make sure the name of the directory in your local file system matches the name of the project's repo. For example, `tanstack/form` must be cloned into `form` (this is the default) instead of `some-other-name`, because that way, the doc pages won't be found.\n\n3. Enter the `tanstack/tanstack.com` directory, install the dependencies and run the app in dev mode:\n\n```sh\ncd tanstack.com\npnpm i\n# The app will run on https://localhost:3000 by default\npnpm dev\n```\n\n4. Now you can visit http://localhost:3000/form/latest/docs/overview in the browser and see the changes you make in `tanstack/form/docs`.\n\n\u003e [!NOTE]\n\u003e The updated pages need to be manually reloaded in the browser.\n\n\u003e [!WARNING]\n\u003e You will need to update the `docs/config.json` file (in the project's repo) if you add a new doc page!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemesberg%2Fflowbite-react-template-tanstack-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemesberg%2Fflowbite-react-template-tanstack-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemesberg%2Fflowbite-react-template-tanstack-start/lists"}