Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 537 Bytes

Astro personal website

My new personal website, powered by Astro and Tailwind CSS.

image

Running development server

npm install -g pnpm
pnpm install
pnpm dev

Building for production

To create a production version of the app:

pnpm build

The production build can be previewed locally with pnpm preview.