19 lines
314 B
Markdown
19 lines
314 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
|
|
```
|
|
|
|
For test.
|
|
```
|
|
DELETE expedition in vn.expeditionScan
|
|
``` |