Skip to main content

Monorepo (Turborepo)

Credit goes to Anferny Vanta for finding this.

Introduction

In our development environment, we utilize a monorepo approach, managed using Turborepo. This page explains the concept of a monorepo, the benefits of using one, and why we've chosen Turborepo as our tool of choice.

info

To learn about Monorepos, click here.


How we use Turborepo

Currently, we have four primary folders that we have to manage:

apps/
apps-internal/
services/
packages/

For more information on the application structure, go to our Apps and Services section.