First, obtain the Gemini API key from Google AI Studio and add it to a .env file in your root directory.
GEMINI_API_KEY=[YOUR API KEY]
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 to use UI Generator.
