Build the app and open Section 11 report preview in browser
Build and open the Section 11 (Complete Longevity Analysis) report in the browser for visual review.
Check if the dev server is already running on port 3000:
lsof -i :3000 -t
If no server is running, start one in the background:
npm run dev
Wait a few seconds for Turbopack to compile.
Query the SQLite database to find an existing assessment with data:
npx drizzle-kit studio
Or check via the API — look for assessments that have section data filled in. If no assessments exist, tell the user they need to create one first.
Open the Section 11 page in the default browser:
open "http://localhost:3000/assessment/{assessmentId}/section/11"
Tell the user: