A compact portfolio for basundara.dev, built with Next.js App Router,
Tailwind CSS, and shadcn/ui.
Writing posts live in src/content/writing/*.md and are rendered at
/writing/[slug]/.
bun install
bun run devOpen http://localhost:3000.
bun run buildThe project is configured for static export so it can be deployed from the
generated out/ directory.