Skip to content

aditiraj2006/SceneCraftAI

Repository files navigation

Firebase Studio

This is a NextJS starter in Firebase Studio.

To get started, take a look at src/app/page.tsx.

Getting a Gemini API Key

To use the generative AI features of this application, you need a Gemini API key.

  1. Go to Google AI Studio to generate an API key.
  2. Copy the generated key.
  3. In this project, open the .env file.
  4. Replace YOUR_API_KEY_HERE with the key you copied.
GEMINI_API_KEY="YOUR_API_KEY_HERE"
  1. The application will now be able to use the AI features.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages