{"id":26530298,"url":"https://github.com/completejavascript/tina-react-router-starter","last_synced_at":"2026-05-03T22:33:06.440Z","repository":{"id":282343195,"uuid":"947670617","full_name":"completejavascript/tina-react-router-starter","owner":"completejavascript","description":"TinaCMS with React Router framework \u0026 Mantine UI starter","archived":false,"fork":false,"pushed_at":"2025-03-18T05:04:47.000Z","size":1144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T22:14:13.630Z","etag":null,"topics":["mantine","mantine-ui","react-router","react-router-v7","tina","tinacms"],"latest_commit_sha":null,"homepage":"https://tina-rr7-starter.netlify.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/completejavascript.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-13T04:02:41.000Z","updated_at":"2025-07-14T05:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f59c333-599b-41cf-a88b-5a1c9a21aa57","html_url":"https://github.com/completejavascript/tina-react-router-starter","commit_stats":null,"previous_names":["completejavascript/tina-react-router-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/completejavascript/tina-react-router-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/completejavascript%2Ftina-react-router-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/completejavascript%2Ftina-react-router-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/completejavascript%2Ftina-react-router-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/completejavascript%2Ftina-react-router-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/completejavascript","download_url":"https://codeload.github.com/completejavascript/tina-react-router-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/completejavascript%2Ftina-react-router-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":["mantine","mantine-ui","react-router","react-router-v7","tina","tinacms"],"created_at":"2025-03-21T17:52:09.799Z","updated_at":"2026-05-03T22:33:06.427Z","avatar_url":"https://github.com/completejavascript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Tina CMS](https://tina.io/) starter project. \n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/11e3a8ad-3aa1-4e75-8ea6-94f84b404646/deploy-status)](https://app.netlify.com/sites/tina-rr7-starter/deploys)\n\n## Setup\n\n- Fork this repo\n- Clone the fork to your local machine.\n\n## Local Development\n\nInstall the project's dependencies:\n\n```bash\npnpm install\n```\n\nRun the project locally:\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Building the Starter Locally (Using the hosted content API)\n\nReplace the `.env.example`, with `.env`\n\n```\nTINA_CLIENT_ID=\u003cget this from the project you create at app.tina.io\u003e\nTINA_TOKEN=\u003cget this from the project you create at app.tina.io\u003e\nTINA_BRANCH=\u003cSpecify the branch with Tina configured\u003e\n```\n\nBuild the project:\n\n```bash\npnpm build\n```\n\nThen run the app in production mode:\n\n```sh\npnpm start\n```\n\n## Deploying the Site\n\nThis project can easily be deployed using services like [Netlify](https://www.netlify.com/) or [Vercel](https://vercel.com/).\n\n### Build settings\n\nIn general, the build settings will look like so:\n\n```bash\n# Build command\npnpm run build\n\n# Output directory\nbuild/client\n```\n\n### Environment variables\n\nWhen setting up the Netlify/Vercel project, apply the `TINA_CLIENT_ID` \u0026 `TINA_TOKEN` environment variables from your [app.tina.io](https://app.tina.io) project.\n\n## Learn More\n\nTo learn more about Tina, take a look at the following resources:\n\n- 📖 [React router docs](https://reactrouter.com/home)\n- [Tina Docs](https://tina.io/docs)\n- [Getting starter guide](https://tina.io/docs/introduction/using-starter/)\n\nYou can check out [Tina Github repository](https://github.com/tinacms/tinacms) - your feedback and contributions are welcome!\n\n### DIY\n\nIf you're familiar with deploying Node applications, the built-in React router app server is production-ready.\n\nMake sure to deploy the output of `pnpm run build`\n\n- `build/server`\n- `build/client`\n\n## Styling\n\nThis template comes with [Mantine](https://mantine.dev/) already configured for a simple default starting experience. You can use whatever css framework you prefer. See the [Vite docs on css](https://vitejs.dev/guide/features.html#css) for more information.\n\n## TODO\n\n- Update `CustomTinaMarkdown` custom components.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompletejavascript%2Ftina-react-router-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompletejavascript%2Ftina-react-router-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompletejavascript%2Ftina-react-router-starter/lists"}