Updated the readme

This commit is contained in:
Martin 2023-07-21 19:11:56 +02:00
commit 81047f8350

View file

@ -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:
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```
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.
All connected users will see the changes in real-time as pixels are placed or updated on the canvas.