Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 441 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 441 Bytes

PDFGenie

An AI-powered PDF helper

Getting Started

  1. Clone this repository
    git clone https://github.com/stevenysy/nextai.git
  2. Enter the cloned directory
    cd nextai
  3. Install the dependencies
     npm install    
  4. Enter your OpenAI API Key
    export REACT_APP_OPEN_AI_API_KEY=your-api-key
  5. Run the app
    npm run dev