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

Static Web Dashboard (Astro)

  • Dashboard route: /
  • Detail routes: /files/<slug>
  • Data source: root markdown planning files listed above
  • Design system source:
    • design-system/MASTER.md
    • design-system/pages/dashboard.md
    • design-system/pages/file-detail.md

Local Commands

  • npm run dev to preview locally
  • npm test to run parser tests
  • npm run build to build static pages

Deployment

  • Vercel config: vercel.json
  • Recommended deploy flow:
    1. Import this repo into Vercel.
    2. Framework preset: Astro.
    3. Build command: npm run build.
    4. Output directory: dist.