Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.12 KB

Plant Care AI 🪴

Next.js OpenAI Vercel

A simple web app for generating plant care guides using OpenAI's GPT API.

Development 🤖

npm install

Installs the necessary packages.

Add .env.local file

Add a .env.local file to the root directory of the project. Set OPENAI_API_KEY with your API key.

OPENAI_API_KEY=<YOUR_KEY>

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Deploy 🚀

Host your own live version of Plant Care AI with Vercel.

Deploy with Vercel