Thanks for your interest in this PoC!
- Fork and clone the repo
- Create a branch:
git checkout -b feature/my-change - Install deps:
npm install(andcd client && npm install && cd ..) - Make your changes
- Open a pull request with a short description and motivation
- 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)