aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11bdb31..a86b3f7 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,17 @@ recommended to use version 20.x or above.
You can run it locally using the following commands:
1. Clone this repository.
+
```
git clone https://github.com/Hisiste/ToDo-App-Front-End.git
```
+
1. Enter the folder and install the dependencies.
+
```
cd ToDo-App-Front-End && npm install
```
+
1. Run a server.
```