Skip to content

webdevsk/vision-statement-generator-tool-with-gemini

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install dependencies:

npm i
# or
yarn install
# or
pnpm install
# or
bun i

Create a .env file and insert your Gemini Api key:

GEMINI_API_KEY=YourKeyHere

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun --bun dev
# or use the tag "--turbo" for faster development experience
bun --bun dev --turbo

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.