Personal portfolio for Tryambak Kaushik, focused on reliable AI infrastructure and Physical AI validation.
The site is now built with Astro and published through GitHub Pages at tryambakkaushik.com.
npm install
npm run devnpm run buildThe build copies the existing static assets/ directory and CNAME into dist/ so GitHub Pages receives the custom domain file and legacy site assets.
GitHub Pages deployment is defined in .github/workflows/deploy.yml and runs on pushes to master.
The custom domain is configured through CNAME and must remain www.tryambakkaushik.com.