{"id":51475271,"url":"https://github.com/devswha/github-wiki","last_synced_at":"2026-07-06T20:03:17.897Z","repository":{"id":367089299,"uuid":"1276334474","full_name":"devswha/github-wiki","owner":"devswha","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-24T14:39:46.000Z","size":103,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T15:03:18.805Z","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/devswha.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-06-21T21:09:34.000Z","updated_at":"2026-06-24T14:40:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devswha/github-wiki","commit_stats":null,"previous_names":["devswha/github-wiki"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devswha/github-wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devswha%2Fgithub-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devswha%2Fgithub-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devswha%2Fgithub-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devswha%2Fgithub-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devswha","download_url":"https://codeload.github.com/devswha/github-wiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devswha%2Fgithub-wiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35204422,"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-07-06T02:00:07.184Z","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":[],"created_at":"2026-07-06T20:03:16.474Z","updated_at":"2026-07-06T20:03:17.886Z","avatar_url":"https://github.com/devswha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github.wiki\n\nGithub.wiki is a Vite, React 19, and TypeScript scaffold for reading GitHub repository explanations as wiki articles. It uses typed local fixture data, so the app works without a backend or live GitHub data.\n\nNamu.wiki was used only as a structural reference for the dense wiki shell, main-page panels, article actions, category strip, table of contents, and right-side repository infobox. This scaffold does not copy Namu assets, prose, styling, or class names.\n\n## Commands\n\n```bash\nnpm install\nnpm run dev\nnpm run typecheck\nnpm run test -- --run\nnpm run test:e2e\nnpm run build\n```\n\n- `npm run typecheck` runs `tsc -b --noEmit`.\n- `npm run test` runs Vitest; pass `-- --run` for a single non-watch run.\n- `npm run build` runs `tsc -b \u0026\u0026 vite build`.\n\n`npm run test:e2e` runs Playwright. It starts the Vite dev server with\n`npm run dev -- --host 127.0.0.1 --port 4173` when needed, and reuses\n`http://127.0.0.1:4173` if it is already running. To inspect the app manually,\nstart the same server:\n\n```bash\nnpm run dev -- --host 127.0.0.1 --port 4173\n```\n\n## Routes\n\n- `/` renders the wiki-style main page (대문) with featured, popular, request, and category panels.\n- `/recent-changes` and `/recent-discussions` render sample activity pages.\n- `/w/category/*` renders a category listing, e.g. `/w/category/ui-framework`.\n- `/w/*` renders an article by encoded slug, e.g. `/w/facebook%2Freact`.\n- Any other path renders the not-found page.\n\n## Articles\n\nFeatured repository articles ship as fixtures:\n\n- `/w/Yeachan-Heo%2Fgajae-code`\n- `/w/code-yeongyu%2Flazycodex`\n- `/w/Yeachan-Heo%2Foh-my-claudecode`\n- `/w/Yeachan-Heo%2Foh-my-codex`\n- `/w/code-yeongyu%2Foh-my-openagent`\n- `/w/devswha%2Fpatina`\n\nSample articles cover the scaffold itself and layout edge cases:\n\n- `/w/Github.wiki` is the site overview article.\n- `/w/facebook%2Freact` is a sample popular-repository page.\n- `/w/very-long-owner-name%2Fvery-long-repository-name-that-wraps` is a layout stress page for long names.\n\nSearch, go, and random controls read only from local fixtures. Edit, discuss,\nhistory, watch, more, and floating scroll controls are visible placeholders.\n\n## Content Model\n\nEach article is a typed module under `src/wiki/` (for example `gajaeCodeArticle.ts`,\n`patinaArticle.ts`, and `sampleArticles.ts`). `src/wiki/fixtures.ts` aggregates them\ninto `wikiArticles` and defines the main-page panels, and `src/wiki/types.ts` defines\nthe article contract. Supporting modules are `categories.ts` (category labels and\npaths), `meta.ts` (route titles and site metadata), and `lookup.ts` (slug\nnormalization, search, and random selection). A future writing pipeline can emit the\nsame article shape and replace or generate fixture modules without changing page\ncomponents.\n\n## Boundaries\n\nThis iteration has no backend, no persistence, no deployment setup, and no live repository ingestion. The repository fields shown in fixture pages are sample content for scaffold verification.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevswha%2Fgithub-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevswha%2Fgithub-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevswha%2Fgithub-wiki/lists"}