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