Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.17 KB

Ask PDF allows you to have conversations with any PDF document. Simply upload your file and start asking questions right away.

Ask PDF

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/devSaifur/ask-pdf.git
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev
  5. Push the database schema

    pnpm run db:push
  6. Start the development server

    pnpm run dev