Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 557 Bytes

File metadata and controls

16 lines (13 loc) · 557 Bytes

Contributing to Device Activity Tracker

Thanks for your interest in this PoC!

How to contribute

  1. Fork and clone the repo
  2. Create a branch: git checkout -b feature/my-change
  3. Install deps: npm install (and cd client && npm install && cd ..)
  4. Make your changes
  5. Open a pull request with a short description and motivation

Guidelines

  • Keep PRs small and focused
  • Prefer TypeScript and follow existing style
  • Don’t commit auth/session data or secrets
  • Respect the ethical / legal notes in the README (research & education only)