First off, thank you for considering contributing to PROFIT-LENS-CORE! It's people like you that make PROFIT-LENS-CORE such a great tool.
- Use GitHub Issues to report bugs.
- Describe the steps to reproduce the bug.
- Include information about your environment (OS, Node version).
- Open a GitHub Issue with the tag
enhancement. - Describe why this feature would be useful.
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code follows the existing style (ESLint).
- Issue a pull request!
- Clone the repository.
- Run
npm run install:allto install dependencies for root, client, and server. - Run
npm run devto start both the client and server.
Please be respectful and professional in all interactions.