Update 'README.md'
This commit is contained in:
parent
6c3cde1cdf
commit
66346c0e36
17
README.md
17
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.
|
||||
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user