From 81047f8350f287c7589eb22c0bbdee80079bff84 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 21 Jul 2023 19:11:56 +0200 Subject: [PATCH] Updated the readme --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9d146c2..d429dbe 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,23 @@ To set up the project, follow these steps: 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 ``` + 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``` 3. **Start the server:** - ```npm start + ```npm start``` + or + ```node server.js``` 4. **Open the application in your browser:** - - Open the following URL in your browser: [http://localhost:3000](http://localhost:3000) + + Open the following URL in your browser: [http://localhost:3000](http://localhost:3000) ## Features Usage Each user can select a color from the color selector on the right side of the canvas. To place a pixel on the canvas, simply click on the desired grid cell using the selected color. -All connected users will see the changes in real-time as pixels are placed or updated. \ No newline at end of file +All connected users will see the changes in real-time as pixels are placed or updated on the canvas.