From fdd81fe161e9a1dad171a478cef27e8e4a9cb8ce Mon Sep 17 00:00:00 2001 From: Mann Patel <130435633+MannPatel0@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:14:11 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1816b7..690aa20 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Some ground rules +### Some ground rules 1. Add both node_modules from Slient and Server to your `gitignore` file 2. For any functionality make a brach with the prefix of your name `Name-` use this namign convention -## `frontend` +### `frontend` - Use React Js - Use vite as the node manger ```bash @@ -10,7 +10,7 @@ ``` 3. To start the server, cd into the dir and then type command `npm run dev` -## `backend` +### `backend` 1. Install the needed lib with the command bellow ``` bash npm install