Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 774 Bytes

File metadata and controls

29 lines (20 loc) · 774 Bytes

Contributing to BlazeCrawl

Thanks for your interest in contributing! Here's how to get started.

Development Setup

  1. Fork and clone the repo
  2. Install dependencies: npm install && cd functions && npm install && cd ..
  3. Copy environment config: cp .env.example .env.local
  4. Start dev server: npm run dev

Pull Requests

  • Keep PRs focused on a single change
  • Write clear commit messages
  • Test your changes locally before submitting
  • Update documentation if applicable

Reporting Issues

  • Use GitHub Issues for bug reports and feature requests
  • Include steps to reproduce for bugs
  • Search existing issues before creating a new one

Code Style

  • TypeScript with strict mode
  • Tailwind CSS for styling
  • Follow existing patterns in the codebase