Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 406 Bytes

UI Generator

How to Use

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 dev

Open http://localhost:3000 to use UI Generator.