Contributions are welcome! Here's how to get started.
git clone https://github.com/brenoalvim/diffViewer.git
cd diffViewer
npm install
npm run dev- Fork the repository
- Create a branch:
git checkout -b feat/your-feature - Make your changes
- Ensure the build passes:
npm run build - Open a Pull Request
- Keep PRs focused — one change per PR
- Follow the existing code style
- Run lint and typecheck before submitting:
npm run lint && npm run typecheck
Open an issue using the bug report template.