My personal blog. Writing about artificial intelligence, software engineering, machine learning, and the system design underneath practical AI work.
This site is built with Astro and runs on Bun.
To run it locally:
bun install
bun run devThen open:
http://localhost:1240
bun run dev # Start the Astro dev server
bun run build # Type-check, build the static site, and run postbuild tasks
bun run preview # Preview the production build locally
bun run prettier # Format TypeScript, CSS, and Astro filesbun run build writes the generated site to dist/ and runs the postbuild
tasks, including the Pagefind search index when search is enabled.
This site is based on Astro Erudite by @jktrn. Additional inspiration drawn from merox-erudite by merox.dev, an enhanced fork of the base theme.