You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,17 @@
22
22
23
23
### How to install 😒
24
24
25
+
You can utilise that software in two different ways.
26
+
27
+
- Using **Nodejs**.
28
+
- Using **Docker**.
29
+
30
+
Frist, here is by using **Nodejs**.
31
+
25
32
1. Click on green **Clone or download** button and choose Download ZIP.
26
33
2. Find the downloaded zipped file on your pc and extract it.
27
34
3. Then install `nodejs` and `NPM` in your local system
28
-
4. Open Root Directory and install all dependences by that commend `npm install`,
35
+
4. Open Root Directory by `cd SimpleCURD`and install all dependences by that commend `npm install` or `pnpm install` in both directory `frontend` and `backend`.
0 commit comments