Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.08 KB

ChatPDF

Background

This project is a clone of the well-known website www.chatpdf.com. The primary objective behind recreating this application is to explore and learn new technologies, as well as expand my knowledge base.

ChatPDF Screenshot ChatPDF Screenshot ChatPDF Screenshot

Technologies

This project is built using the following technologies:

Getting Started

To clone the repository, run the following:

git clone https://github.com/dan-niles/ai-chatpdf.git
cd ai-chatpdf

Install depenencies by running:

npm install

Then, run the development server:

npm run dev

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