Astro static site using WebTUI CSS.
Install dependencies:
npm installRun the dev server:
npm run devValidate and build:
npm run check
npm run buildPreview the production build:
npm run preview- Blog posts live in
src/content/blog. - Shared project, skill, social, and navigation data live in
src/data. - Static images live under
public/assets/images.