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 devCommits 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.