Skip to content

aragon/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,048 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aragon App monorepo

pnpm workspaces + Turborepo. Node >=24.16 (see .nvmrc), pnpm (see packageManager in package.json).

Workspaces

Path Package What it is
apps/app @aragon/app The Aragon App (app.aragon.org) — see its own README
apps/* Reserved for future apps
packages/* Reserved for future shared packages

Quick start

pnpm install
pnpm dev          # runs the app dev server (turbo)

The root only carries workspace-wide tasks, fanned out through turbo: pnpm dev, pnpm build, pnpm test, pnpm type-check, pnpm lint. Anything app-specific (e2e, env setup, codegen, watch modes) runs inside the workspace that owns it: cd apps/app (or pnpm --filter @aragon/app <script>).

Repo layout

  • apps/app/ — all app source, configs, e2e/, docs/, scripts/, CHANGELOG.md
  • .github/workflows/ — CI, grouped per app: app-*.yml (the app), shared-*.yml (reusable deploy/e2e building blocks)
  • .changeset/ — release versioning (targets @aragon/app)
  • .agents/, .claude/ — agent tooling; see AGENTS.md

Migrating a branch created before the monorepo restructure? See MIGRATION.md.

About

Human-centered DAO infrastructure

Topics

Resources

Stars

4 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors