Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 378 Bytes

File metadata and controls

19 lines (15 loc) · 378 Bytes

Contributing

Thanks for your interest in contributing!

Setup

  1. Fork and clone this repo
  2. npm i
  3. npm run dev to start the demo

Development

  • Library source: src/lib
  • Demo app: src/
  • Build library: npm run build
  • Lint: npm run lint

Pull Requests

  • Keep PRs focused
  • Add/Update tests when relevant
  • Update docs (README) for user-facing changes