{"id":50872104,"url":"https://github.com/webdev-jp-net/labgaiku","last_synced_at":"2026-06-15T06:05:38.974Z","repository":{"id":356701974,"uuid":"1069001029","full_name":"webdev-jp-net/labgaiku","owner":"webdev-jp-net","description":"「Labが行く」は、雑談をするための勉強会です。これは、その活動の一部を紹介するコンテンツです。","archived":false,"fork":false,"pushed_at":"2026-06-14T16:23:19.000Z","size":4653,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-06-14T18:10:31.132Z","etag":null,"topics":["microcms","nextjs","scss-modules"],"latest_commit_sha":null,"homepage":"https://labgaiku.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdev-jp-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-CONTENT","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":"2025-10-03T08:45:16.000Z","updated_at":"2026-06-14T16:20:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webdev-jp-net/labgaiku","commit_stats":null,"previous_names":["webdev-jp-net/labgaiku"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/webdev-jp-net/labgaiku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev-jp-net%2Flabgaiku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev-jp-net%2Flabgaiku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev-jp-net%2Flabgaiku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev-jp-net%2Flabgaiku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdev-jp-net","download_url":"https://codeload.github.com/webdev-jp-net/labgaiku/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdev-jp-net%2Flabgaiku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34349965,"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-15T02:00:07.085Z","response_time":63,"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":["microcms","nextjs","scss-modules"],"created_at":"2026-06-15T06:05:38.215Z","updated_at":"2026-06-15T06:05:38.966Z","avatar_url":"https://github.com/webdev-jp-net.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Labが行く\n\n「Labが行く」の活動を公開するWebサイトです。\n\n## コンテンツ\n\nインタビュー：  \nこれまでにインタビューした記事を公開範囲にしたがって掲載しています。\n\n## 技術スタック\n\n- **フロントエンド**: Next.js\n- **スタイリング**: SCSS Modules\n- **認証**: SSO（Google）\n- **OAuth**: Google\n- **ホスティング**: Vercel\n- **パッケージマネージャー**: pnpm\n\n## セットアップ\n\n\u003e [!NOTE]\n\u003e インタビュー記事の管理にはmicroCMSを利用しており、リポジトリの機構単独では動作しません。\n\n### 1. 依存関係のインストール\n\n```bash\npnpm install\n```\n\n### 2. 環境変数の設定\n\n`.env.example`をコピーして`.env`ファイルを作成：\n\n```bash\ncp .env.example .env\n```\n\n`.env`ファイルを編集して、必要な環境変数を設定してください\n\n### 3. OAuth設定\n\n#### Google OAuth\n\n1. [Google Cloud Console](https://console.cloud.google.com/)でプロジェクトを作成\n2. OAuth 2.0クライアントIDを作成\n3. 承認済みのリダイレクトURIに`http://localhost:3000/api/auth/callback/google`を追加\n\n#### GitHub OAuth\n\n1. [GitHub Developer Settings](https://github.com/settings/developers)でOAuth Appを作成\n2. Authorization callback URLに`http://localhost:3000/api/auth/callback/github`を設定\n\n## 開発コマンド\n\n```bash\n# 開発サーバー起動\npnpm dev\n\n# ビルド\npnpm build\n\n# 本番サーバー起動（ビルド後）\npnpm start\n\n# 型チェック\npnpm typecheck\n\n# Lint\npnpm lint\npnpm lint:fix\n\n# フォーマット\npnpm format\n```\n\n## License / ライセンス\n\n\u003e [!IMPORTANT]\n\u003e This repository uses separate licenses for code and content.  \n\u003e 本リポジトリは、コードとコンテンツで異なるライセンスを適用しています。\n\n### Code / コード (ロジック・仕組み)\n\nThe software code in this repository is released into the public domain under the **Unlicense**.  \nSee the `UNLICENSE` file for details.  \n本リポジトリのソースコード（プログラム・ロジック）は **Unlicense** に基づき、パブリックドメインとして公開されています。  \nクレジット表記なしで、商用・非商用問わず完全に自由にご利用いただけます。\n\n### Content \u0026 Themes / コンテンツ・デザイン・テーマ\n\nAll rights reserved for the content, including text, images, designs, and specific themes.  \nSee the `LICENSE-CONTENT` file for details.  \n文章、画像、デザイン、および取り扱っている固有のテーマ・世界観などのコンテンツ資産に関する著作権は、すべて作者に帰属します（All Rights Reserved）。  \nコードの仕組みを利用してまったく別のテーマの作品を作ることは歓迎しますが、本コンテンツの文章やテーマそのものを模倣・流用・転載することは固くお断りします。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdev-jp-net%2Flabgaiku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdev-jp-net%2Flabgaiku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdev-jp-net%2Flabgaiku/lists"}