Skip to content

Commit aaeeb71

Browse files
authored
Update README.md
1 parent 6900ff6 commit aaeeb71

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@ Upto now I have uploadedbelow functionalities
77
3. OTP verification here complete form is designed and when user filled and submit the form an otp will be sent to filled email of user using nodemailer module and smtp method
88
then user has to enter the received otp for further verification
99

10+
# to run any above utility or api
11+
clone the above repository by using
12+
```
13+
git clone "Repo_name"
14+
```
15+
then
16+
```
17+
cd (name of the folder you want to go)
18+
```
19+
and finally
20+
```
21+
npm install
22+
```

0 commit comments

Comments
 (0)