{"id":47925575,"url":"https://github.com/morinpic/teal-website","last_synced_at":"2026-04-04T06:30:20.290Z","repository":{"id":346438451,"uuid":"1171894677","full_name":"morinpic/teal-website","owner":"morinpic","description":"Official website for teal. hair salon in Yokohama Motomachi","archived":false,"fork":false,"pushed_at":"2026-03-24T15:14:48.000Z","size":8343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T20:08:38.841Z","etag":null,"topics":["cloudflare-workers","framer-motion","hair-salon","microcms","nextjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://teal.yokohama","language":"TypeScript","has_issues":false,"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/morinpic.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":"2026-03-03T18:15:55.000Z","updated_at":"2026-03-24T15:15:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/morinpic/teal-website","commit_stats":null,"previous_names":["morinpic/teal-website"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/morinpic/teal-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morinpic%2Fteal-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morinpic%2Fteal-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morinpic%2Fteal-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morinpic%2Fteal-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morinpic","download_url":"https://codeload.github.com/morinpic/teal-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morinpic%2Fteal-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31390210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":["cloudflare-workers","framer-motion","hair-salon","microcms","nextjs","tailwindcss","typescript"],"created_at":"2026-04-04T06:30:16.299Z","updated_at":"2026-04-04T06:30:20.273Z","avatar_url":"https://github.com/morinpic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# teal.\n\n[![CI](https://github.com/morinpic/teal-website/actions/workflows/ci.yml/badge.svg)](https://github.com/morinpic/teal-website/actions/workflows/ci.yml)\n[![Next.js](https://img.shields.io/badge/Next.js-16-black?logo=next.js)](https://nextjs.org/)\n[![Cloudflare](https://img.shields.io/badge/Cloudflare_Workers-deployed-F38020?logo=cloudflare\u0026logoColor=white)](https://teal.yokohama)\n[![License](https://img.shields.io/badge/license-All_Rights_Reserved-red)](./LICENSE)\n\n横浜元町の美容院 **teal.** の公式ウェブサイト。\n\n🌐 https://teal.yokohama\n\n## 技術スタック\n\n| カテゴリ | 技術 |\n|---------|------|\n| フレームワーク | Next.js 16 (App Router) / React 19 / TypeScript |\n| スタイリング | Tailwind CSS v4 |\n| アニメーション | Framer Motion v12 |\n| CMS | microCMS (Hobby プラン) |\n| ホスティング | Cloudflare Workers (OpenNext) |\n| CI/CD | GitHub Actions |\n| アナリティクス | Cloudflare Web Analytics / Umami Cloud |\n\n## セットアップ\n\n```bash\ngit clone git@github.com:morinpic/teal-website.git\ncd teal-website\nnpm install\n```\n\n### 環境変数\n\n`.env.local.example` をコピーして値を設定する。\n\n```bash\ncp .env.local.example .env.local\n```\n\n| 変数名 | 説明 |\n|--------|------|\n| `MICROCMS_SERVICE_DOMAIN` | microCMS サービスドメイン |\n| `MICROCMS_API_KEY` | microCMS API キー |\n| `NEXT_PUBLIC_SITE_URL` | 本番サイト URL（OGP・構造化データ用） |\n\n\u003e microCMS 未設定でもダミーデータで動作するため、環境変数なしで開発を始められます。\n\n### 開発サーバー\n\n```bash\nnpm run dev\n```\n\n## コマンド一覧\n\n```bash\nnpm run dev        # 開発サーバー起動\nnpm run build      # プロダクションビルド\nnpm run lint       # ESLint 実行\nnpm run cf:build   # Cloudflare 向けビルド\nnpm run cf:deploy  # Cloudflare デプロイ\n```\n\n## ページ構成\n\n| パス | 内容 |\n|------|------|\n| `/` | トップページ（Hero / About / Style / Menu / Staff / FAQ / News / Blog / SNS / Access） |\n| `/news` `/news/[id]` | お知らせ一覧・詳細 |\n| `/blog` `/blog/[id]` | ブログ一覧・詳細 |\n| `/style` `/style/[id]` | スタイルギャラリー一覧・詳細 |\n| `/staff` `/staff/[id]` | スタッフ紹介一覧・詳細 |\n\n## ディレクトリ構成（抜粋）\n\n```\napp/           … App Router ページ・レイアウト\ncomponents/    … 共通 UI コンポーネント\nlib/           … microCMS クライアント・型定義・ユーティリティ\npublic/        … 静的アセット\ndocs/          … プロジェクト管理・デザインシステムドキュメント\n.github/       … GitHub Actions ワークフロー\n```\n\n## CI/CD\n\n| ワークフロー | トリガー | 内容 |\n|-------------|---------|------|\n| [CI](https://github.com/morinpic/teal-website/actions/workflows/ci.yml) | push / PR | Lint + Type Check + Build |\n| [Lighthouse CI](https://github.com/morinpic/teal-website/actions/workflows/lighthouse.yml) | PR / 毎週月曜 | パフォーマンス・a11y・SEO 計測 |\n| [Link Check](https://github.com/morinpic/teal-website/actions/workflows/link-check.yml) | 毎週月曜 | リンク切れチェック |\n| [CMS Deploy](https://github.com/morinpic/teal-website/actions/workflows/cms-deploy.yml) | microCMS Webhook | コンテンツ更新時の自動デプロイ |\n| Dependabot | 毎週月曜 | 依存関係の更新 PR 自動作成 |\n\n## ドキュメント\n\n詳細な技術仕様・設計方針は `docs/` 配下を参照。\n\n- **プロジェクト管理:** `docs/project/` — 要件定義・changelog・バックログ\n- **デザインシステム:** `docs/design-system/` — カラー・タイポグラフィ・コンポーネント設計\n- **インフラ:** `docs/infra/` — セットアップ手順・Webhook 設定\n\nAI エージェント向けの詳細コンテキストは `CLAUDE.md` を参照。\n\n## ライセンス\n\nAll Rights Reserved\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorinpic%2Fteal-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorinpic%2Fteal-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorinpic%2Fteal-website/lists"}