This is a monorepo containing Studio source code, design system, and all their dependencies.
Clone this repo and run:
pnpm install
Note: PNPM v8+ and Node.js v18.17+ is required.
pnpm run studio
pnpm run ds
pnpm run dev
pnpm run build:studio
pnpm run build:ds
pnpm run build
- Copy
doc/adr/0000-template.md
to a new file (e.gdoc/adr/0001-record-architecture-decisions.md
) - Open a new PR and discuss the decision with the community
- The PR must have
kind/adr
label - The PR Title must starts with
chore: [ADR-nnnn] name of ADR
wherennnn
is the adr number (e.gchore: [ADR-0001] use architecture decision records
) same us commits.
See docs/adr