Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.03 KB

ChatGPT clone

demo

This project is a ChatGPT clone website, designed to engage users in conversation. Users can efficiently manage their conversations, organizing and accessing past chats with ease.

Use the README.md to get started.

Built With

The Tech Stacks used are:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Chetan3327/ChatGPT.git
  2. Navigate to the directory:

    cd ChatGPT
  3. Install dependencies:

    npm install
  4. run the development server:

    npm run dev

Contact