Updated the readme
This commit is contained in:
parent
ddf56f609e
commit
81047f8350
1 changed files with 9 additions and 7 deletions
|
|
@ -19,7 +19,9 @@ Make sure you have Node.js and npm (Node Package Manager) installed on your syst
|
||||||
|
|
||||||
3. **Start the server:**
|
3. **Start the server:**
|
||||||
|
|
||||||
```npm start
|
```npm start```
|
||||||
|
or
|
||||||
|
```node server.js```
|
||||||
|
|
||||||
4. **Open the application in your browser:**
|
4. **Open the application in your browser:**
|
||||||
|
|
||||||
|
|
@ -30,4 +32,4 @@ Make sure you have Node.js and npm (Node Package Manager) installed on your syst
|
||||||
Usage
|
Usage
|
||||||
Each user can select a color from the color selector on the right side of the canvas.
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue