Update 'README.md'

This commit is contained in:
sam.hadow 2023-05-23 03:13:34 +02:00
parent 66346c0e36
commit efc569c7b9

View File

@ -5,14 +5,16 @@ Graph theory project demonstrating how to map an area (Courchevel ski station in
# Install # Install
## run without packaging ## Step 1) install dependencies
in source folder ```
npm install
```
## Step 2) Run/Package
### run without packaging
``` ```
npm run start npm run start
``` ```
### package app
## package app
in source folder
``` ```
npm run make npm run make
``` ```