turborepo-remote-cache-cloudflare
An implementation of the turborepo-remote-cache server custom made for Cloudflare Workers
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- bug_report.md
- feature_request.md
- ci.yml
- dependency-review.yml
- deploy-docs.yml
- deploy.yml
- docs-pr-preview.yml
- release.yml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- pull_request_template.md
- renovate.json
- SECURITY.md
- settings.json
- config.ts
- kv-storage.md
- project-configuration.md
- r2-storage.md
- getting-started.md
- setup-turborepo.md
- _headers
- favicon.ico
- index.md
- deleteOldCache.ts
- artifacts.ts
- index.ts
- auth.ts
- index.ts
- internal.ts
- index.ts
- interface.d.ts
- kv-storage.ts
- r2-storage.ts
- storage-manager.ts
- date.ts
- index.ts
- deleteOldCache.test.ts
- artifacts.test.ts
- index.test.ts
- internal.test.ts
- kv-storage.test.ts
- r2-storage.test.ts
- storage-manager.test.ts
- date.test.ts
- index.test.ts
- .dev.vars
- .editorconfig
- .gitignore
- .ncurc.json
- .node-version
- .nvmrc
- .oxfmtrc.json
- .oxlintrc.json
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- turbo.json
- vite.config.ts
- vitest-env.d.ts
- vitest.config.ts
- worker-configuration.d.ts
- wrangler.jsonc
# Installation Guide
1. Get the code
git clone https://github.com/AdiRishi/turborepo-remote-cache-cloudflare
Downloads the entire project code from GitHub to your computer.
cd turborepo-remote-cache-cloudflare
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm wrangler r2 bucket create turborepo-cache
Type this command into your terminal and run it.
pnpm run deploy
Type this command into your terminal and run it.
echo "SECRET" | pnpm wrangler secret put TURBO_TOKEN
Type this command into your terminal and run it.
pnpm add -D dotenv-cli
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
