Personal portfolio of Christian Omara — Junior Data Scientist / Machine Learning for Healthcare. Built with Astro and Tailwind CSS, deployed to GitHub Pages.
npm install
npm run dev # http://localhost:4321
npm run build # production build to ./dist/
npm run preview # preview the production buildProfile, project, achievement, and tech-stack content lives in src/data/content.ts — edit that file to update the site without touching components.
Pushes to main trigger .github/workflows/deploy.yml, which builds the site and publishes it via GitHub Pages. In the repo's Settings → Pages, the source must be set to GitHub Actions.