From 4b2f7da4e1763d360821dc65d14ef25a6fddd971 Mon Sep 17 00:00:00 2001 From: Mann Patel <130435633+MannPatel0@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:43:02 -0700 Subject: [PATCH] update the readme file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a919c3d..3b9ab93 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ The ultimate plug for student deals ## some ground rules 1. Add both node_modules from client and server to your `gitignore` file 2. Do not use `.ENV` variables -3. Databased cannot a +3. For any functionality make a brach with the prefix of your name `Name-` use this namign convention +4. For all method added a comment as to how, why, what it does ## Client -- Use React Js or html&css - - +- Use React Js +- Use vite as the node manger ## Server 1. Install the needed lib with the command bellow ``` bash