Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 829 Bytes

File metadata and controls

34 lines (23 loc) · 829 Bytes

Contributing

Thanks for your interest in contributing! This project welcomes pull requests.

Getting Started

  1. Fork the repo
  2. Clone your fork
  3. Install dependencies: npm install
  4. Create a branch: git checkout -b your-feature
  5. Make your changes
  6. Run the dev server to verify: npm run dev
  7. Commit and push
  8. Open a pull request

Guidelines

  • Keep PRs focused on a single change
  • Follow existing code style and conventions
  • Test your changes locally before submitting
  • Write clear commit messages

Issues

Found a bug or have a feature idea? Open an issue. Label suggestions:

  • bug for broken behavior
  • enhancement for feature requests
  • good first issue for beginner-friendly tasks

License

By contributing, you agree that your contributions will be licensed under the MIT License.