This is an app for testing Gemini AI built using NextJS. This app was tutored on event "Built with AI by GDGCloudBandung"
First : Paste the GEMINI_API_KEY in .env file.
Second, run the node installation:
npm i
Third, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.