turborepo-remote-cache
v2.6.2
Published
Turborepo remote cache server
Readme


![[email protected] ](https://img.shields.io/badge/pnpm-10.17.0 -yellow)
This project is an open-source implementation of the Turborepo custom remote cache server. If Vercel's official cache server isn't a viable option, this server is an alternative for self-hosted deployments. It supports several storage providers and deploys environments. Moreover, the project provides "deploy to " buttons for one-click deployments whenever possible.
Notable projects that use TRRC
Documentation
- Supported Storage Providers
- Environment variables
- Deployment Instructions
- Enable custom remote caching in a Turborepo monorepo
Full documentation is available here
Contribute to this project
Clone this repository
git clone [email protected]:ducktors/turborepo-remote-cache.gitMove inside repository folder
cd turborepo-remote-cacheInstall dependencies
pnpm installCopy example variables
cp .env.example .envPut your env vars to the
envfile. See Environment variables section for more details.Run the project in development mode
pnpm dev
How to commit
This repo uses Semantic Release with Conventional Commits. Releases are automatically created based on the type of commit message: feat for minor and fix for patch.
feat: new feature ---> 1.x.0
fix: fix a bug ---> 1.0.x