From 66346c0e363f1b77306f9eb1922b3b75e7a163b6 Mon Sep 17 00:00:00 2001 From: "sam.hadow" Date: Tue, 23 May 2023 03:07:39 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8743fc0..97db054 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # courchevel-map -Graph theory project demonstrating how to map an area (Courchevel ski station in the example data) with a graph and use Floyd-Warshall algorithm to calculate itinerary. \ No newline at end of file +Graph theory project demonstrating how to map an area (Courchevel ski station in the example data) with a graph and use Floyd-Warshall algorithm to calculate itinerary. + + + +# Install +## run without packaging +in source folder +``` +npm run start +``` + +## package app +in source folder +``` +npm run make +``` \ No newline at end of file