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
The repository now includes a Flutter mobile skeleton based on the same front-end flow in flutter_app/.
- Go to the Flutter app:
cd flutter_app - Get dependencies:
flutter pub get - Run on a device or emulator:
flutter run