updated the README.md file

This commit is contained in:
ElektricM 2023-07-21 19:19:08 +02:00
commit 946fd1c6e4

View file

@ -15,13 +15,18 @@ To set up the project, follow these steps:
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
```bash
npm install
3. **Start the server:**
```npm start
```bash
npm start
or
```node server.js
```bash
node server.js
4. **Open the application in your browser:**