Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 500 Bytes

File metadata and controls

15 lines (11 loc) · 500 Bytes

Contributing

Issues and PRs are welcome. Local-only build, no CI.

git clone https://github.com/baditaflorin/mesh-shared-window.git
cd mesh-shared-window
npm install
git config core.hooksPath .githooks
npm run dev

Commits must use Conventional Commits (feat:, fix:, docs:, chore:, refactor:, test:, ops:, style:, perf:). The commit-msg hook enforces this.

Before pushing, pre-push runs prettier --check, tsc --noEmit, and a build smoke test. Don't skip it.