# Multi-Repo Workspace

## Development

To run tests:
```bash
bun run test
```

To build:
```bash
bun run build
```

## Code Style

- Use TypeScript for all new code
- Follow existing patterns in the codebase
- Add tests for new functionality
