From e945fe558dd9b28190e9ceafe4709d3c383d72b9 Mon Sep 17 00:00:00 2001 From: ElektricM Date: Fri, 21 Jul 2023 19:16:29 +0200 Subject: [PATCH] updated the README.md file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d429dbe..b6c47ae 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ To set up the project, follow these steps: 1. **Clone the repository:** ```bash - git clone https://github.com/elektricm/collaborative-pixel-art.git ``` + git clone https://github.com/elektricm/collaborative-pixel-art.git 2. **Install Dependencies:** Make sure you have Node.js and npm (Node Package Manager) installed on your system. Then, install the project dependencies by running in the project folder: - ```npm install``` + ```npm install 3. **Start the server:** - ```npm start``` + ```npm start or - ```node server.js``` + ```node server.js 4. **Open the application in your browser:**