diff --git a/README.md b/README.md index a064985..c5c47ff 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,22 @@ ## Delete Article, Category, User all should be done with soft delete +## How to run this project? + +- Clone Repository + + git clone https://github.com/Finalgoal231/finalGoal.git + cd finalgoal + +- Install node_modules + + npm install + +- Run frontend and backend concurrently + + npm run dev + + ## Contributor #### [Shine](https://github.com/shinevue)