updated the README.md file

This commit is contained in:
ElektricM 2023-07-21 19:16:29 +02:00
commit e945fe558d

View file

@ -9,19 +9,19 @@ To set up the project, follow these steps:
1. **Clone the repository:** 1. **Clone the repository:**
```bash ```bash
git clone https://github.com/elektricm/collaborative-pixel-art.git ``` git clone https://github.com/elektricm/collaborative-pixel-art.git
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 or
```node server.js``` ```node server.js
4. **Open the application in your browser:** 4. **Open the application in your browser:**