Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 241 Bytes

File metadata and controls

16 lines (11 loc) · 241 Bytes

My personal site built with Astro and Tailwind CSS.

Development

# install dependencies
pnpm install

# start local dev server
pnpm start

# build for production (configured for Vercel)
pnpm build