From efc569c7b986e2a99606a24673e2ea9f87a1ce75 Mon Sep 17 00:00:00 2001 From: "sam.hadow" Date: Tue, 23 May 2023 03:13:34 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 97db054..1f25942 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ Graph theory project demonstrating how to map an area (Courchevel ski station in # Install -## run without packaging -in source folder +## Step 1) install dependencies +``` +npm install +``` +## Step 2) Run/Package +### run without packaging ``` npm run start ``` - -## package app -in source folder +### package app ``` npm run make ``` \ No newline at end of file