generated from coulomb/repo-seed
- Review integration files; fill SCOPE where templated - Document dev workflow in stack-and-commands.md - Seed WP-0002 implementation workplan; mark bootstrap finished - Hub sync via fix-consistency
16 lines
204 B
Markdown
16 lines
204 B
Markdown
## Stack
|
|
|
|
- **Language:** TypeScript (ESM)
|
|
- **Key deps:** Vitest; publishes `@binect/js`
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
npm install
|
|
npm run build
|
|
npm test
|
|
npm run test:e2e
|
|
npm run typecheck
|
|
npm run clean
|
|
```
|