Skip to content

AnshhSingh/memegen

Repository files navigation

Getting Started

Environment Setup

  1. Copy .env.example to .env:

    cp .env.example .env
  2. Update the .env file with your API keys:

    • AZURE_API_KEY: Your Azure OpenAI API key for DALL-E 3 a
    • AZURE_ENDPOINT: Your Azure OpenAI endpoint URL
    • NEXT_PUBLIC_GEMINI_API_KEY: Your Google Gemini API key
    • NEXT_PUBLIC_NEWSDATA_API_KEY: Your NewsData.io API key

Running the Application

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •