Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 1.03 KB

File metadata and controls

32 lines (14 loc) · 1.03 KB

ChatGPT React App

Welcome to the ChatGPT React App! This app allows you to easily generate responses from ChatGPT using prompts from the awesome-chatgpt-prompts repository.

Installation

To get started, you'll need to install the dependencies for both the node server and the client. First, navigate to the root directory of the project and run the following command to install the server dependencies:

yarn install

Then, start the server by running:

yarn start

Next, navigate to the client directory and install the client dependencies:

cd .\client

yarn install

Finally, start the client by running:

yarn dev

Credits

This app is powered by the Node.js ChatGPT API. Thank you to the developers of both the ChatGPT API and the awesome-chatgpt-prompts repository for making this app possible.