aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-20 13:57:55 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-20 13:57:55 -0600
commit25990c1fa288d46eeae9ebcaded1522ddc51f126 (patch)
tree6d6d0a2ef2f2c768035f34a1a8a891b06f56820f /README.md
parent96e76dbea5b5f9c535c65bc9f7439f9202dec420 (diff)
downloadToDo-App-FE-25990c1fa288d46eeae9ebcaded1522ddc51f126.tar.gz
ToDo-App-FE-25990c1fa288d46eeae9ebcaded1522ddc51f126.zip
Added extra space to README file.
To help separate code blocks better.
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.
```