Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1002 Bytes

workspace.md

File metadata and controls

20 lines (14 loc) · 1002 Bytes

Workspace

Architecture

This repository is a monorepo which take advantage of the pnpm workspaces and uses Turborepo to manage the builds.

The file system architecture is the following:

  • apps/ contains the end applications, meant to be deployed and exposed to the end users
  • docs/ you are here! - the developer documentation of the project
  • libs/ internal workspace packages that might be published on the npm registry

See also