Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 993 Bytes

File metadata and controls

31 lines (23 loc) · 993 Bytes

Contributing to MetaVision FB-AutoFinder FREE

First off, thank you for considering contributing to this open-source project! It's people like you that make the community better.

How Can I Help?

Reporting Bugs

  • Use the GitHub Issues tab to report bugs.
  • Include details about your environment (Node version, Browser) and steps to reproduce.

Suggesting Features

  • If you have an idea for a new feature (e.g., AI integration, more data nodes), open a Feature Request in the Issues tab.

Pull Requests

  1. Fork the repo.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to your fork and submit a PR.

Code Standards

  • Use functional components and Hooks.
  • Keep the UI consistent with the Neon-Glassmorphism theme.
  • Ensure all charts are built using pure SVG for stability.

Development Setup

npm install
npm run dev

Happy coding! 🚀