Skip to content

Commit 6c75bb2

Browse files
readme
1 parent e2421c6 commit 6c75bb2

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
See [file-server-example.onrender.com](https://file-server-example.onrender.com/).
44

5-
## Run Locally
5+
## Prerequisites
6+
7+
- [Node.js](https://nodejs.org/) version 24 or higher.
68

7-
Run the server
9+
## Run Locally
810

9-
```sh
10-
npm start
11-
```
11+
1. Install dependencies:
12+
```sh
13+
npm ci
14+
```
15+
2. Run the server
16+
```sh
17+
npm start
18+
```
19+
3. Open [http://localhost:3000](http://localhost:3000)

0 commit comments

Comments
 (0)