This document provides a guide on how to set up and run the AI Chat App.
Firstly, you will need to create a .env
file. This file should be created in the root directory of the project. It should resemble the structure and contents of the .env.example
file which is also located in the root directory.
To install the necessary dependencies for the project, you should run the following command:
npm install
Once your configurations are set and the dependencies have been installed, you can start the application with the following command:
npm run dev
The application will start and you can begin interacting with it.
Happy Coding!!!!