From 7accc5859a790962a89fd636931c96cd9226e10e Mon Sep 17 00:00:00 2001 From: DmGsOuNaK Date: Sun, 11 Jun 2023 14:09:34 +0530 Subject: [PATCH] Add some AmazingFeature --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index a75343d85..92776f9da 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,22 @@ At the main folder execute the following command in console to get the required #### Step 2: +At the main folder execute the following command in console to get the required dependencies: +(Clear the npm cache: Run the following command to clear the npm cache:) + +```bash + npm cache clean --force +``` + +#### Step 3: + +At the main folder execute the following command in console to get the required dependencies: + +```bash + npm install vite --save-dev --legacy-peer-deps +``` +#### Step 4: + At the main folder execute the following command in console to run the development server: ```bash