- Added hero, experience_heading, footer, resume sections to data.toml - Rewrote SelectedWorks.tsx with 3 dynamic card layouts (HeroCard, IconCard, TerminalCard) - Updated Hero, Footer, Experience, ContactSection to pull from data.toml - Fixed stray 'z' syntax error in ContactSection.tsx - Set resume_pdf_url to Google Docs Viewer for cross-origin PDF embedding
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/6f494bb8-bd22-4364-a17e-ea58328fc8c9
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
Description
Languages
TypeScript
94.8%
CSS
3.1%
HTML
2.1%
