From 1e74de1393311502e66d5789f0de7cd1e2d4b569 Mon Sep 17 00:00:00 2001 From: Dieter Blocher Date: Thu, 30 Jan 2025 16:46:14 +0100 Subject: [PATCH] Update doc/README.md --- doc/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index c803535..7956829 100644 --- a/doc/README.md +++ b/doc/README.md @@ -20,7 +20,16 @@ Now you are able to open a new terminal: ![alt text](./assets/new_terminal.png) -# Start the Server: +# Install packages + +First you should install all related packages with + +```npm install``` + +This will install the packages defined in [package.json](../package.json) + +# Start the Server + ```npm run devStart``` or ```npx nodemon``` ![alt text](./assets/start_node_server.png)