Source file: README.md
Project Overview
Honeymoon Planning
Purpose
This repository tracks the honeymoon plan end to end:
- itinerary and daily plan
- transportation and timing
- city time allocation (gross vs net usable time)
- bookings, budget, and pending gaps
Current Status
- Planning phase:
In progress - Last update:
2026-03-02 21:49 -03
Planning Files
- trip-overview.md
- itinerary-detailed.md
- transportation.md
- city-time-analysis.md
- budget.md
- bookings.md
- packing-and-docs.md
- questions-log.md
- missing-information.md
- completion-checklist.md
Static Web Dashboard (Astro)
- Dashboard route:
/ - Detail routes:
/files/<slug> - Data source: root markdown planning files listed above
- Design system source:
design-system/MASTER.mddesign-system/pages/dashboard.mddesign-system/pages/file-detail.md
Local Commands
npm run devto preview locallynpm testto run parser testsnpm run buildto build static pages
Deployment
- Vercel config:
vercel.json - Recommended deploy flow:
- Import this repo into Vercel.
- Framework preset:
Astro. - Build command:
npm run build. - Output directory:
dist.