# My Project ## Build ```bash npm install npm test ``` ## Code Style - Use TypeScript for all source files - Run `eslint` before committing - Conventional Commits: `type(scope): description` ## Architecture - `src/` — main source code - `tests/` — test files - `docs/` — documentation