From 5b4332a8478f158721b9322a6386217f899f38f3 Mon Sep 17 00:00:00 2001 From: Mann Patel <130435633+MannPatel0@users.noreply.github.com> Date: Fri, 18 Apr 2025 11:29:06 -0600 Subject: [PATCH] Update README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 55e9604..33fd9ff 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,16 @@ ### Frontend 1. `cd frontend` into the dir and then type command ```Bash - #Install the needed lib with the command bellow - npm install - #Start The Server - npm run dev + 1. npm install #Installs the needed packages + 2. npm run dev #Start The Server ``` --- ### Backend 1. `cd backend` into the dir and then type command ```Bash - #Install the needed lib with the command bellow - npm install - #Start The Server - npm run dev + 1. npm install #Installs the needed packages + 2. npm run dev #Start The Server ``` --- @@ -28,7 +24,6 @@ 2. To Create the DataBase use the command bellow: ```Bash 1. mysql -u root - 2. use Marketplace; - 3. \. PathToYour/Schema.sql + 2. \. PathToYour/Schema.sql 3. \. PathToYour/Init-Data.sql ```