From 84e9c880a47ed73a20bdb5747924301a4a8ef0ce Mon Sep 17 00:00:00 2001 From: Viswajith-SF4388 <154953446+Viswajith-SF4388@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:30:40 +0530 Subject: [PATCH] 986064: Resolve Failures in GitHub Repositories. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db1c83..41df5c3 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,18 @@ Make sure that you have the latest versions of NodeJS and Visual Studio Code in ### How to run this application? -To run this application, you need to clone the `getting-started-with-the-react-carousel-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command. \ No newline at end of file +To run this application, follow the steps below: +1. Clone the `getting-started-with-the-react-carousel-component` repository + +2. Open the Project +Navigate to the cloned folder and open it in Visual Studio Code or your preferred code editor. + +3. Install Dependencies +Run the following command in the terminal to install all necessary React packages: +`npm install` + +4. Start the Application +Once the installation is complete, start the development server using: +`npm start` + +This will compile the project and launch it in your default browser at http://localhost:3000. \ No newline at end of file