{"id":18648784,"url":"https://github.com/mitchmac/tcs-march17-22","last_synced_at":"2025-11-05T08:30:29.615Z","repository":{"id":37826221,"uuid":"471176278","full_name":"mitchmac/tcs-march17-22","owner":"mitchmac","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-24T07:04:39.000Z","size":1459,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T12:29:48.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"tcs-march17-22.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchmac.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":"2022-03-17T23:39:41.000Z","updated_at":"2023-03-07T15:37:31.000Z","dependencies_parsed_at":"2024-11-07T06:35:32.941Z","dependency_job_id":"ced951c3-3d13-471c-8316-ba530fcb0ea0","html_url":"https://github.com/mitchmac/tcs-march17-22","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"tinacms/tina-cloud-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchmac%2Ftcs-march17-22","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchmac%2Ftcs-march17-22/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchmac%2Ftcs-march17-22/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchmac%2Ftcs-march17-22/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchmac","download_url":"https://codeload.github.com/mitchmac/tcs-march17-22/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239451026,"owners_count":19640855,"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","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-11-07T06:33:49.467Z","updated_at":"2025-11-05T08:30:29.550Z","avatar_url":"https://github.com/mitchmac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tina Starter 🦙\n\n![tina-cloud-starter-demo](https://user-images.githubusercontent.com/103008/130587027-995ccc45-a852-4f90-b658-13e8e0517339.gif)\n\nThis Next.js starter is powered by [TinaCMS](https://app.tina.io) for you and your team to visually live edit the structured content of your website. ✨  \n\nThe content is managed through Markdown and JSON files stored in your GitHub repository, and queried through Tina GraphQL API.\n\n### Features\n\n- [Tina Headless CMS](https://app.tina.io) for authentication, content modeling, visual editing and team management.\n- [Cloudinary](https://cloudinary.com) to manage your media.\n- [Vercel](https://vercel.com) deployment to visually edit your site from the `/admin` route.\n- Local development workflow from the filesystem with a local GraqhQL server.\n\n## Requirements\n\n- Git, [Node.js Active LTS](https://nodejs.org/en/about/releases/), Yarn installed for local development.\n- A [TinaCMS](https://app.tina.io) account for live editing.\n- A [Cloudinary](https://cloudinary.com) account for media support.\n\n## Local development\n\nInstall the project's dependencies:\n\n```\nyarn install\n```\n\nRun the project locally:\n\n```\nyarn dev\n```\n\n### Local URLs\n\n- http://localhost:3000 : browse the website \n- http://localhost:3000/admin : connect to Tina Cloud and go in edit mode\n- http://localhost:3000/exit-admin : log out of Tina Cloud\n- http://localhost:4001/altair/ : GraphQL playground to test queries and browse the API documentation\n\n### Using Tina Cloud Locally\n\nReplace the `.env.local.example`, with `.env.local` and add in the details from Cloudinary and Tina. \n\n```\nNEXT_PUBLIC_TINA_CLIENT_ID=\u003cget this from the project you create at app.tina.io\u003e\n\n# These are used in conjunction with a Cloudinary account for media asset management\nNEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=\u003cGet this from your Cloudinary account\u003e\nNEXT_PUBLIC_CLOUDINARY_API_KEY=\u003cGet this from your Cloudinary account\u003e\nCLOUDINARY_API_SECRET=\u003cGet this from your Cloudinary account\u003e\nNEXT_PUBLIC_HIDE_EDIT_BUTTON=0 \n```\n\n## Getting Help\n\nTinaCMS backend is in public beta, you might face issues, to provide feedback or get help with any challenges you may have:\n\n-   Visit the [documentation](https://tina.io/docs/) to learn about Tina.\n-   [Join our Discord](https://discord.gg/zumN63Ybpf) to share feedback.\n-   Visit the [community forum](https://community.tinacms.org/) to ask questions.\n-   Get support through the chat widget on the TinaCMS Dashboard\n-   [Email us](mailto:support@tina.io) to schedule a call with our team and share more about your context and what you're trying to achieve.\n-   [Search or open an issue](https://github.com/tinacms/tinacms/issues) if something is not working.\n-   Reach out on Twitter at [@tina_cms](https://twitter.com/tina_cms).\n\n## Development tips\n\n### Visual Studio Code GraphQL extension\n\n[Install the GraphQL extension](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql) to benefit from type auto-completion.\n\n### Typescript\n\nA good way to ensure your components match the shape of your data is to leverage the auto-generated TypeScript types.\nThese are rebuilt when your `.tina` config changes.\n\n## LICENSE\n\nLicensed under the [Apache 2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchmac%2Ftcs-march17-22","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchmac%2Ftcs-march17-22","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchmac%2Ftcs-march17-22/lists"}