Update README.md

This commit is contained in:
Mann Patel
2025-03-12 16:14:11 -06:00
committed by GitHub
parent 6798a5c6a6
commit fdd81fe161

View File

@@ -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-<some branch 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