turborepo-remote-cache-cloudflare

(β˜… 238)

An implementation of the turborepo-remote-cache server custom made for Cloudflare Workers

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
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