This portfolio now runs on Astro with React components and Tailwind CSS.
npm install
npm run devOpen http://localhost:4321.
npm run dev
npm run build
npm run preview
npm run checksrc/pages/index.astro- homepage entrysrc/layouts/BaseLayout.astro- shared document layout and metadatasrc/components/- React UI components rendered by Astrosrc/common/- shared React subcomponentssrc/styles/global.css- Tailwind import and theme tokenspublic/- favicons and manifest