Skip to content

Commit 044d539

Browse files
committed
instruction added on readme
1 parent acbac71 commit 044d539

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,18 @@
44
yarn add express @types/express ts-node-dev typescript cors @types/cors mongoose eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin prettier eslint-config-prettier dotenv husky lint-staged
55
66
```
7+
8+
## To run the project , install the following command
9+
10+
```
11+
yarn // to install dependencies
12+
yarn dev // to run the projects
13+
```
14+
15+
## To develop the project , run the following command
16+
17+
```
18+
yarn install
19+
yarn husky install
20+
yarn dev
21+
```

0 commit comments

Comments
 (0)