From e60cbc760fad8923b4f4428b142976aa1ad1e1d8 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 4 Jul 2024 16:59:35 +0200
Subject: [PATCH] desc local run

---
 README.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 35cd3cce..5cd64406 100644
--- a/README.md
+++ b/README.md
@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D
 ### Local run 
 #### Install npm 
 For that, we have to install Node.js from https://nodejs.org/en/download/package-manager
-
-##### Install yarn
-
+Close Terminal and open again
+check installation with: 
+  node -v
+  npm -v
+Close VSC and open it again
+#### Install yarn
 npm install --global yarn
 
-
+#### Navigate to folder and install dependencies
 cd bielefeld-cebitec
 yarn install
 
+#### Run 
+yarn run dev
+
 
 
 
-- 
GitLab