My new personal website and blog built with Astro, MDX, Tailwind CSS and hosted on Vercel.
# install dependencies
pnpm install
# start development server · http://localhost:3000
pnpm dev
# static client build for production
pnpm build
# preview production build · http://localhost:5000
pnpm preview
MIT