-
Copy
.env.exampleto.env:cp .env.example .env
-
Update the
.envfile with your API keys:AZURE_API_KEY: Your Azure OpenAI API key for DALL-E 3 aAZURE_ENDPOINT: Your Azure OpenAI endpoint URLNEXT_PUBLIC_GEMINI_API_KEY: Your Google Gemini API keyNEXT_PUBLIC_NEWSDATA_API_KEY: Your NewsData.io API key
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.