A personalised fitness and nutrition coaching website built with React, TypeScript, and Vite.
Live Site: https://dallylee.github.io/enes-holistic-coaching
View your app in AI Studio: https://ai.studio/apps/drive/1dZLgDKbQwRcVpWF1fPNxqthSq_sKWU9S
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
This site is automatically deployed to GitHub Pages via GitHub Actions on every push to the main branch. The workflow builds the Vite app and deploys the dist folder to GitHub Pages.
