Thanks for your interest in contributing! This project welcomes pull requests.
- Fork the repo
- Clone your fork
- Install dependencies:
npm install - Create a branch:
git checkout -b your-feature - Make your changes
- Run the dev server to verify:
npm run dev - Commit and push
- Open a pull request
- Keep PRs focused on a single change
- Follow existing code style and conventions
- Test your changes locally before submitting
- Write clear commit messages
Found a bug or have a feature idea? Open an issue. Label suggestions:
bugfor broken behaviorenhancementfor feature requestsgood first issuefor beginner-friendly tasks
By contributing, you agree that your contributions will be licensed under the MIT License.