File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Ensure you have the following installed:
47
47
1 . ** Clone the repository:**
48
48
49
49
``` bash
50
- git clone https://github.com/yourusername/your-repository .git
51
- cd your-repository
50
+ git clone https://github.com/Rahad-Ullah/backend-template-typescript-mongoose-express .git
51
+ cd backend-template-typescript-mongoose-express
52
52
```
53
53
54
54
2 . ** Install dependencies:**
@@ -62,7 +62,7 @@ Ensure you have the following installed:
62
62
Using yarn:
63
63
64
64
``` bash
65
- yarn install
65
+ yarn
66
66
```
67
67
68
68
3 . ** Create a ` .env ` file:**
@@ -108,7 +108,7 @@ Ensure you have the following installed:
108
108
Using yarn:
109
109
110
110
``` bash
111
- yarn run dev
111
+ yarn dev
112
112
```
113
113
114
114
### Running the Tests
You can’t perform that action at this time.
0 commit comments