From 8fd5882423d1118a32a7231a4a95d140b670ad1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20T=C3=B6rnqvist?= <simon.tornqvist@liu.se>
Date: Sat, 9 Sep 2023 19:22:45 +0200
Subject: [PATCH] update readme

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 6538234..425309e 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,14 @@ cd app
 then run
 
 ```bash
+npm install
 npm start
 ```
 
 This should open a live development server on your local machine and also open upp a browser displaying your rendered app. If no browser is opened then you can start your favorite browser and enter the url http://localhost:3000 (check your terminal to see that the port number really is 3000. It might be something else).
 
+Note that ```npm install``` is only necessary the first time you download the project or when you add new npm dependencies.
+
 # Production
 To build your app,  navigate to the ```app/``` directory:
 ```
-- 
GitLab