From 1cce30a68af4ce7d94aebc48f71de417340616be Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 24 Jan 2025 20:11:49 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22166bd..9cb52da 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # ERGO BOOKING SYSTEM ## SETUP Process -- You are expected to clone this repository and set up a new repo remotely on ur github with the code +- You are expected to clone this repository and set up a new repo remotely on ur github with the code (Preferably name the repo with your name. E.g John_Doe_FE_Test_Soln) To set up locally - **a.** clone the repo to your local machine - **a.** update remote origin - **b.** install dependencies (using -- "npm install") - **b.** run locally on your computer using this command - "npm run dev" -- Make sure to commit each fix with a valid message entailing what issue was fixed in the commit. This will help when grading your solutionm +- Make sure to commit each fix with a valid message entailing what issue was fixed in the commit. This will help when grading your solution + +- When you are done, cross check all fixes and then submit the repo that has your solutions. + +- Any commit after your submmission will be discarded and won't be graded. ## Table of Contents 1. [User Credentials](#user-credentials)