Start the dev server with npm run dev
or npx astro dev.
Astro's dev server starts in seconds and serves pages with hot module replacement.
Navigate to the page or section you want to capture.
For static sites, you can also run
npm run build && npm run preview
to capture the final production output. Use the dev server for iteration speed
and the preview build when you need the exact final rendered state.