The app is deployed and available at: https://novakkaroly.github.io/GoogleAIProTools/
This contains everything you need to run your Google AI Pro Tools app locally and deploy it to GitHub Pages.
View your app in AI Studio: https://ai.studio/apps/drive/17zW8LCk3jsbixtzFVK1VAsLyuMlLESLY
Prerequisites: Node.js
-
Install dependencies:
npm install
-
Set the
GEMINI_API_KEY
in .env.local to your Gemini API key -
Run the app:
npm run dev
This repository is configured with GitHub Actions for automatic deployment to GitHub Pages. Every push to the main branch will:
- Build the React+Vite application
- Deploy it to GitHub Pages
- Make it available at the live URL above
The deployment workflow is configured in .github/workflows/deploy.yml.