Contributions are welcome! Here's how to get started.
git clone https://github.com/brenoalvim/spotifyStats.git
cd spotifyStats
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 before submitting:
npm run lint
Open an issue using the bug report template.