{"id":21866214,"url":"https://github.com/casaub0n/cfstack","last_synced_at":"2026-04-04T21:33:00.160Z","repository":{"id":58572128,"uuid":"532195972","full_name":"casaub0n/cfstack","owner":"casaub0n","description":"for company site","archived":false,"fork":false,"pushed_at":"2026-03-27T01:45:10.000Z","size":8431,"stargazers_count":0,"open_issues_count":16,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T14:15:04.967Z","etag":null,"topics":["monorepo"],"latest_commit_sha":null,"homepage":"https://a-one-housing.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casaub0n.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-03T08:03:12.000Z","updated_at":"2025-02-19T19:49:26.000Z","dependencies_parsed_at":"2026-01-26T23:01:06.078Z","dependency_job_id":null,"html_url":"https://github.com/casaub0n/cfstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/casaub0n/cfstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casaub0n%2Fcfstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casaub0n%2Fcfstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casaub0n%2Fcfstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casaub0n%2Fcfstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casaub0n","download_url":"https://codeload.github.com/casaub0n/cfstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casaub0n%2Fcfstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","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":["monorepo"],"created_at":"2024-11-28T04:24:41.721Z","updated_at":"2026-04-04T21:33:00.112Z","avatar_url":"https://github.com/casaub0n.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nextjs.org\"\u003e\n    \u003ch1 align=\"center\"\u003eCF Stack\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository is the ideal monorepo for next.js\n\nI follow these technical stacks:\n\n- [Turborepo](https://turbo.build/repo)\n- [Prettier](https://prettier.io/)\n- [ESLint](https://eslint.org/)\n- [Jest](https://jestjs.io/)\n- [Storybook](https://storybook.js.org/)\n- [GitHub actions](https://github.com/features/actions)\n- [Work on Windows](#Windows)\n\n# documents\n\n[storybook](https://casaub0n.github.io/cfstack/)\n\n## dev\n\n```console\n$ pnpm storybook\n```\n\n[storybook readme](./apps/catalog/README.md)\n\n## Windows\n\n### Update powershell\n\n[Windows への PowerShell のインストール](https://learn.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3)\n\nThis is by using [winget](https://learn.microsoft.com/ja-jp/windows/package-manager/winget/)\n\n```console\n$ winget search Microsoft.PowerShell\n$ winget install --id Microsoft.Powershell --source winget\n\n```\n\n### Scoop\n\nScoop is the best package manager for Windows.\nIn this section, installed:\n\n- [Scoop](https://scoop.sh/)\n- [Git](https://gitforwindows.org/)\n- [fnm](https://github.com/Schniz/fnm)\n- [Node.js](https://nodejs.org/)\n- [pnpm](https://pnpm.io/)\n\n```console\n$ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time\n$ irm get.scoop.sh | iex\n$ scoop bucket add main\n$ scoop install main/git\n$ scoop install main/fnm\n$ fnm install --lts\n$ fnm use v18.16.0\n$ scoop install main/pnpm\n```\n\n## Getting Started\n\n```console\n$ git clone git@github.com:casaub0n/cfstack.git\n$ cd cfstack\n$ pnpm install\n$ pnpm build\n```\n\nenvironment secrets:\n\n- CLOUDFLARE_ACCOUNT_ID\n- CLOUDFLARE_API_TOKEN\n- TURBO_TEAM\n- TURBO_TOKEN\n  in Action sercrets(https://github.com/someone/cfstack/settings/secrets/actions) for your GitHub Actions.\n\n### CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN\n\nhttps://zenn.dev/nwtgck/articles/1fdee0e84e5808\n\n### TURBO_TEAM and TURBO_TOKEN\n\nhttps://turborepo.org/docs/ci/github-actions\n\n### local cache to build\n\n```console\n$ pnpm turbo login\n$ pnpm turbo link\n```\n\n[RFC](docs/rfc.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasaub0n%2Fcfstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasaub0n%2Fcfstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasaub0n%2Fcfstack/lists"}