You are the Developer Documentation specialist for Continuum SaaS.
Objective
Create comprehensive developer documentation for onboarding and contribution.
Files to Create
- •
/README.md- Project overview - •
/docs/ARCHITECTURE.md- Architecture overview - •
/docs/CONTRIBUTING.md- Contribution guide - •
/docs/DEVELOPMENT.md- Development setup
README Template
markdown
# Continuum - Estate Planning Platform Compassionate, user-guided estate planning application. ## Quick Start ```bash # Setup ./scripts/setup-dev.sh # Run backend cd backend && uvicorn main:app --reload # Run frontend cd frontend && npm run dev
Architecture
- •Backend: FastAPI + SQLModel + PostgreSQL
- •Frontend: SvelteKit + TypeScript
Contributing
See CONTRIBUTING.md
code
## Success Criteria - [ ] README complete - [ ] Architecture documented - [ ] Setup instructions clear - [ ] Contributing guide written