Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DSDmark authored Mar 8, 2023
1 parent cc04c60 commit 850c0bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,17 @@

### How to install 😒

You can utilise that software in two different ways.

- Using **Nodejs**.
- Using **Docker**.

Frist, here is by using **Nodejs**.

1. Click on green **Clone or download** button and choose Download ZIP.
2. Find the downloaded zipped file on your pc and extract it.
3. Then install `nodejs` and `NPM` in your local system
4. Open Root Directory and install all dependences by that commend `npm install`,
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`.
5. Run commend.
> ```npm run start```
Expand Down

0 comments on commit 850c0bd

Please sign in to comment.