From 25990c1fa288d46eeae9ebcaded1522ddc51f126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Sat, 20 May 2023 13:57:55 -0600 Subject: Added extra space to README file. To help separate code blocks better. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. ``` -- cgit v1.2.3