Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 381 Bytes

File metadata and controls

21 lines (14 loc) · 381 Bytes

audreee.github.io

My personal website, built with Astro.

Development

npm install
npm run dev       # start dev server at localhost:4321

Build & Preview

npm run build     # generates static site to dist/
npm run preview   # preview the production build locally

Deployment

Deployed to GitHub Pages via GitHub Actions.