22 lines
345 B
Markdown
22 lines
345 B
Markdown
## Getting Started // Installing
|
|
|
|
Pull from repository.
|
|
|
|
Run this commands on project root directory to install Node dependencies.
|
|
```
|
|
$ npm install
|
|
$ sudo npm install -g pino-pretty
|
|
```
|
|
|
|
Launch application in developer environment.
|
|
```
|
|
$ npm run start
|
|
|
|
or
|
|
|
|
$ npm run start | pino-pretty
|
|
```
|
|
|
|
For test.
|
|
```
|
|
DELETE expedition in vn.expeditionScan |