courchevel-map/README.md

20 lines
360 B
Markdown
Raw Permalink Normal View History

2023-05-23 02:48:14 +02:00
# courchevel-map
2023-05-23 03:07:39 +02:00
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
2023-05-23 03:13:34 +02:00
## Step 1) install dependencies
```
npm install
```
## Step 2) Run/Package
### run without packaging
2023-05-23 03:07:39 +02:00
```
npm run start
```
2023-05-23 03:13:34 +02:00
### package app
2023-05-23 03:07:39 +02:00
```
npm run make
```