Updated the readme
This commit is contained in:
parent
ddf56f609e
commit
81047f8350
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
|
@ -13,21 +13,23 @@ To set up the project, follow these steps:
|
||||||
|
|
||||||
2. **Install Dependencies:**
|
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:**
|
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:**
|
||||||
|
|
||||||
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
|
## Features
|
||||||
|
|
||||||
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