From 0578f25f6322df778ef00ffd636d8a0d0379f25b Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 24 Jan 2025 19:29:56 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2346826..22166bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # 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 + 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 + ## Table of Contents 1. [User Credentials](#user-credentials) 2. [Environment Variables](#environment-variables)