We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2421c6 commit 6c75bb2Copy full SHA for 6c75bb2
1 file changed
README.md
@@ -2,10 +2,18 @@
2
3
See [file-server-example.onrender.com](https://file-server-example.onrender.com/).
4
5
-## Run Locally
+## Prerequisites
6
+
7
+- [Node.js](https://nodejs.org/) version 24 or higher.
8
-Run the server
9
+## Run Locally
10
-```sh
-npm start
11
-```
+1. Install dependencies:
12
+ ```sh
13
+ npm ci
14
+ ```
15
+2. Run the server
16
17
+ npm start
18
19
+3. Open [http://localhost:3000](http://localhost:3000)
0 commit comments