···14141515### Commands
16161717-Check project TypeScript types with `bunx tsc --emit` or rely on the LSP plugin.
1717+- `bunx tsc --emit`: Check project TypeScript types
1818+- `bun run fmt`: Foramt with oxfmt
1919+- `bun run test`: Run unit tests
2020+- `bun run test:e2e`: Run end-to-end tests
18211922## Architecture
2023