First off, thank you for considering contributing to this open-source project! It's people like you that make the community better.
- Use the GitHub Issues tab to report bugs.
- Include details about your environment (Node version, Browser) and steps to reproduce.
- If you have an idea for a new feature (e.g., AI integration, more data nodes), open a Feature Request in the Issues tab.
- Fork the repo.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to your fork and submit a PR.
- Use functional components and Hooks.
- Keep the UI consistent with the Neon-Glassmorphism theme.
- Ensure all charts are built using pure SVG for stability.
npm install
npm run devHappy coding! 🚀