Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 268 Bytes

File metadata and controls

16 lines (12 loc) · 268 Bytes

Contributing

Principles

  • Keep the kernel independent from any single UI shell.
  • Design public interfaces for embedding first.
  • Add behavior through tests before implementation.

Local Workflow

pnpm install
pnpm test
pnpm typecheck
pnpm build