Personal site of Anthony Das — projects, info, and a dev log.
Built with Next.js (App Router) + Tailwind CSS,
deployed on Vercel. Log entries are MDX files under content/.
pnpm install
pnpm dev # http://localhost:3000pnpm build
pnpm startAdd an entry by dropping an .mdx file in content/ with frontmatter — see
content/README.md for the schema.