{"id":20373637,"url":"https://github.com/mor-ald/test-task-tina","last_synced_at":"2026-04-28T16:35:54.483Z","repository":{"id":253100563,"uuid":"617395551","full_name":"Mor-ald/test-task-tina","owner":"Mor-ald","description":"Тестовый проект по переходу на Headless CMS с классической (php) CMS ","archived":false,"fork":false,"pushed_at":"2023-04-10T17:35:26.000Z","size":11108,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T21:01:48.286Z","etag":null,"topics":["cicd","cms","jest-tests","nextjs","reactjs","tinacms"],"latest_commit_sha":null,"homepage":"https://tinacms-sto-arm.netlify.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/Mor-ald.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-03-22T09:57:18.000Z","updated_at":"2024-08-14T11:12:13.000Z","dependencies_parsed_at":"2024-08-14T13:42:41.709Z","dependency_job_id":null,"html_url":"https://github.com/Mor-ald/test-task-tina","commit_stats":null,"previous_names":["mor-ald/test-task-tina"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mor-ald/test-task-tina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor-ald%2Ftest-task-tina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor-ald%2Ftest-task-tina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor-ald%2Ftest-task-tina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor-ald%2Ftest-task-tina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mor-ald","download_url":"https://codeload.github.com/Mor-ald/test-task-tina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor-ald%2Ftest-task-tina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["cicd","cms","jest-tests","nextjs","reactjs","tinacms"],"created_at":"2024-11-15T01:19:20.550Z","updated_at":"2026-04-28T16:35:54.454Z","avatar_url":"https://github.com/Mor-ald.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinaCMS STO ARM\n\nТестовый проект по переходу с классической CMS на Headless CMS с целью изучения преимуществ и недостатков используемых технологий для построения статических сайтов.\n\nПроверка производительности производилась с использованием lighthouse:\n\n### До\n\n\u003cimg width=\"450\" alt=\"image\" src=\"https://user-images.githubusercontent.com/72343402/229541218-7ae190d2-f70d-4826-a505-25a70a4a9ac0.png\"\u003e\n\n### После\n\n\u003cimg width=\"492\" alt=\"image\" src=\"https://user-images.githubusercontent.com/72343402/229541738-3599e061-f30c-4ab6-b09a-819a5bc31c18.png\"\u003e\n\n\n## В данном проекте используется\n\n- ```Tina CMS``` для редактирования контента в используемых компонентах приложения.\n- Библиотека компонентов ```PrimeReact```.\n- ```Next.js``` для генерации статических и динамических страниц.\n- ```Graphql``` для осуществления запросов к данным при работе ```Tina CMS```.\n- ```Eslint``` для линтинга кода.\n- ```Jest``` и ```Testing library React``` для написания тестов.\n\n## Директории приложения\n\n- [Компоненты приложения](https://github.com/Mor-ald/tina-sto-arm/tree/main/components) и использумые [блоки](https://github.com/Mor-ald/tina-sto-arm/tree/main/components/blocks) в TinaCMS.\n- [Контент веб-страниц](https://github.com/Mor-ald/tina-sto-arm/tree/main/content).\n- [Генерация страниц](https://github.com/Mor-ald/tina-sto-arm/tree/main/pages).\n- [Медиафайлы](https://github.com/Mor-ald/tina-sto-arm/tree/main/public).\n- [Тесты переиспользуемых компонентов](https://github.com/Mor-ald/tina-sto-arm/tree/main/__tests__).\n- [Конфигурация CMS и GrapgQl запросов](https://github.com/Mor-ald/tina-sto-arm/tree/main/.tina).\n\n## Развертывание приложения\n\nУстановка зависимостей:\n\n```\nyarn\n```\n\nЗапуск приложения:\n\n```\nyarn dev\n```\n\nПриложение будет доступно по адресу ```http://localhost:3000/```,  для доступа к панели администратора нужно перейти по адресу ```http://localhost:3000/admin```.\n\nЗапуск линтинга:\n\n```\nyarn lint\n```\n\nИли (для автоматического исправления):\n\n```\nyarn lint:fix\n```\n\nЗапуск тестов:\n\n```\nyarn test\n```\n\n## LICENSE\n\nLicensed under the [Apache 2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmor-ald%2Ftest-task-tina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmor-ald%2Ftest-task-tina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmor-ald%2Ftest-task-tina/lists"}