This is a monorepo containing Studio source code, design system, and all their dependencies.
Clone this repo and run:
npm install
Note: NPM v7+ is required.
npm run studio
npm run ds
npm run dev
npm run build:studio
npm run build:ds
npm 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