Skip to Content
🀝 Contributing

Contributing

Development Setup

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/new-feature
  3. Install dependencies: yarn install
  4. Set up environment variables from .env.example
  5. Start development server: yarn dev

Code Quality

  • ESLint: Code linting with Next.js configuration
  • Prettier: Code formatting with Tailwind plugin
  • Husky: Pre-commit hooks for quality assurance
  • TypeScript: Strict type checking enabled

Pull Request Process

  1. Ensure all tests pass
  2. Update documentation for new features
  3. Follow conventional commit format
  4. Request review from maintainers
Last updated on