{"id":50561810,"url":"https://github.com/rubaxa/real-life-grind","last_synced_at":"2026-06-04T12:01:09.543Z","repository":{"id":358644420,"uuid":"1242252521","full_name":"RubaXa/real-life-grind","owner":"RubaXa","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-18T11:30:15.000Z","size":2791,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T11:33:33.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RubaXa.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-18T09:00:28.000Z","updated_at":"2026-05-18T11:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/RubaXa/real-life-grind","commit_stats":null,"previous_names":["rubaxa/real-life-grind"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/RubaXa/real-life-grind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubaXa%2Freal-life-grind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubaXa%2Freal-life-grind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubaXa%2Freal-life-grind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubaXa%2Freal-life-grind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubaXa","download_url":"https://codeload.github.com/RubaXa/real-life-grind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubaXa%2Freal-life-grind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"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-04T02:00:06.755Z","response_time":64,"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":[],"created_at":"2026-06-04T12:01:08.202Z","updated_at":"2026-06-04T12:01:09.525Z","avatar_url":"https://github.com/RubaXa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Life Grind\n\nСемейная система обязанностей, баллов и поощрений — прозрачная балльная экономика для координации задач, школы и покупок привилегий.\n\n## Быстрый старт\n\n```bash\nnode --version   # ожидается 22.x\n\ncp .env.example .env    # вставить VITE_FIREBASE_*-ключи\nnpm ci                  # детерминированная установка зависимостей\nnpx playwright install  # браузеры для e2e\n\nnpm run dev    # http://localhost:5173\nnpm run check  # typecheck + svelte-check + vitest + playwright + biome\n```\n\n## Скрипты\n\n| Команда | Что делает |\n|---|---|\n| `npm run dev` | Vite dev-сервер |\n| `npm run build` | Продакшен-сборка (SPA) |\n| `npm run preview` | Локальный предпросмотр сборки |\n| `npm run typecheck` | `tsc --noEmit` |\n| `npm run svelte-check` | Диагностика Svelte-специфичных ошибок |\n| `npm run test` | Unit-тесты (Vitest) |\n| `npm run test:e2e` | E2E-тесты (Playwright) |\n| `npm run lint` | `biome check --write` |\n| `npm run format` | `biome format --write` |\n| `npm run check` | Полный прогон: typecheck → svelte-check → vitest → playwright → biome |\n| `npm run ci-check` | Все проверки параллельно (для CI) |\n| `npm run storybook` | Storybook dev (http://localhost:6006) |\n| `npm run storybook:build` | Статическая сборка Storybook |\n\n## Технологии\n\n**Фундамент:** TypeScript, Vite, Svelte 5 (runes), Melt UI, Firebase, Dexie.js, PWA\n\n**Качество:** Biome (lint + format), Vitest, Playwright, Lefthook (pre-commit), Storybook\n\nХостинг: GitHub Pages (SPA), Google Auth\n\n## Документация\n\nВся архитектура, решения по инструментам, инвентарь компонентов и scope-граф — в **[specs/](./specs/)**.\n\n- [Портал проекта](./specs/README.md) — Vision, Scope Graph, таблица скоупов\n- [infra-base](./specs/infra-base/infra-base.spec.md) — фундамент сборки, стек инструментов, decision log\n- [infra-ui](./specs/infra-ui/infra-ui.spec.md) — дизайн-система, UI-кит, Storybook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubaxa%2Freal-life-grind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubaxa%2Freal-life-grind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubaxa%2Freal-life-grind/lists"}