Skip to content

Latest commit

 

History

History

README.md

Development Documentation

Setup guides, workflow processes, and debugging tools for Hover development.

📄 Documents

Setup & Workflow

Debugging & Performance

🚀 Quick Start

  1. Environment Setup - Follow DEVELOPMENT.md to configure your local environment
  2. Database Setup - Set up PostgreSQL and run migrations
  3. Run Locally - go run ./cmd/app/main.go
  4. Run Tests - go test ./...

🔧 Development Workflow

  1. Create feature branch from main
  2. Develop and test locally
  3. Push to feature branch
  4. Create PR to test-branch for testing
  5. After approval, merge to main

See BRANCHING.md for detailed Git workflow.

🔗 Related Documentation