Thanks for your interest in contributing! Here's how to get started.
- Fork and clone the repo
- Install dependencies:
npm install - Start the backend:
npm run server(port 3001) - Start the frontend:
npm run dev(port 5173)
You'll need an App Store Connect API key to test against real data. See the README for details.
- Create a feature branch from
main - Keep commits focused and descriptive
- Follow the existing code style
- Test your changes manually before submitting
- Open a PR against
main - Describe what your change does and why
- Link any related issues
- Keep PRs focused -- one feature or fix per PR
Use the bug report template when filing issues.
Use the feature request template.
This project follows the Contributor Covenant. Please be respectful.