Welcome to the AI Chat App built with React! This application allows users to engage in conversations with an AI-powered chatbot. The project is scaffolded using Create React App and includes Storybook for component development.
Follow these instructions to get a copy of the project up and running on your local machine.
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/mirzayevkamal/index-chat.git
-
Navigate to the project directory:
cd index-chat
-
Install the project dependencies:
npm install
In the project directory, you can run the following scripts:
-
Start the Development Server:
npm start
This command launches the development server. Open http://localhost:3000 in your browser to view the app.
-
Build the Project:
npm run build
Build the app for production in the
build
folder. -
Eject from Create React App:
npm run eject
Note: This is a one-way operation. Once you eject, you can't go back!
-
Storybook:
npm run storybook
Launches Storybook on http://localhost:6006 for component development.
-
Build Storybook:
npm run build-storybook
Build Storybook as a static app for production.
Feel free to contribute to this project by opening issues or submitting pull requests. Follow our Contribution Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.