{"id":19012006,"url":"https://github.com/veoscript/richlyn-hermosilla","last_synced_at":"2026-06-22T17:32:29.540Z","repository":{"id":204389589,"uuid":"711733639","full_name":"VeoScript/richlyn-hermosilla","owner":"VeoScript","description":"Personal blog webpage of Richlyn Hermosilla","archived":false,"fork":false,"pushed_at":"2023-12-06T08:35:56.000Z","size":3287,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T15:52:02.720Z","etag":null,"topics":["tinacms"],"latest_commit_sha":null,"homepage":"https://richlynhermosilla.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/VeoScript.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":"2023-10-30T04:08:55.000Z","updated_at":"2023-10-30T05:39:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2505584-5662-4d8f-8a56-b34d13f5cf8f","html_url":"https://github.com/VeoScript/richlyn-hermosilla","commit_stats":null,"previous_names":["veoscript/tina-cloud-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VeoScript/richlyn-hermosilla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Frichlyn-hermosilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Frichlyn-hermosilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Frichlyn-hermosilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Frichlyn-hermosilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VeoScript","download_url":"https://codeload.github.com/VeoScript/richlyn-hermosilla/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeoScript%2Frichlyn-hermosilla/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["tinacms"],"created_at":"2024-11-08T19:16:25.675Z","updated_at":"2026-06-22T17:32:29.443Z","avatar_url":"https://github.com/VeoScript.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- [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\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### Building the Starter Locally (Using the hosted content API)\n\nReplace the `.env.example`, with `.env`\n\n```\nNEXT_PUBLIC_TINA_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\nNEXT_PUBLIC_TINA_BRANCH=\u003cSpecify the branch with Tina configured\u003e\n```\n\nBuild the project:\n\n```bash\nyarn build\n```\n\n## Getting Help\n\nTo get help with any TinaCMS 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%2Fveoscript%2Frichlyn-hermosilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveoscript%2Frichlyn-hermosilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveoscript%2Frichlyn-hermosilla/lists"}