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:
47471 . ** Clone the repository:**
4848
4949 ``` 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
5252 ```
5353
54542 . ** Install dependencies:**
@@ -62,7 +62,7 @@ Ensure you have the following installed:
6262 Using yarn:
6363
6464 ``` bash
65- yarn install
65+ yarn
6666 ```
6767
68683 . ** Create a ` .env ` file:**
@@ -108,7 +108,7 @@ Ensure you have the following installed:
108108 Using yarn:
109109
110110 ``` bash
111- yarn run dev
111+ yarn dev
112112 ```
113113
114114### Running the Tests
You can’t perform that action at this time.
0 commit comments