This repository is the ideal monorepo for next.js
I follow these technical stacks:
$ pnpm storybook
This is by using winget
$ winget search Microsoft.PowerShell
$ winget install --id Microsoft.Powershell --source winget
Scoop is the best package manager for Windows. In this section, installed:
$ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
$ irm get.scoop.sh | iex
$ scoop bucket add main
$ scoop install main/git
$ scoop install main/fnm
$ fnm install --lts
$ fnm use v18.16.0
$ scoop install main/pnpm
$ git clone [email protected]:casaub0n/cfstack.git
$ cd cfstack
$ pnpm install
$ pnpm build
environment secrets:
- CLOUDFLARE_ACCOUNT_ID
- CLOUDFLARE_API_TOKEN
- TURBO_TEAM
- TURBO_TOKEN in Action sercrets(https://github.com/someone/cfstack/settings/secrets/actions) for your GitHub Actions.
https://zenn.dev/nwtgck/articles/1fdee0e84e5808
https://turborepo.org/docs/ci/github-actions
$ pnpm turbo login
$ pnpm turbo link