vn-rfid/README.md

19 lines
314 B
Markdown
Raw Normal View History

2023-01-24 09:11:58 +00:00
## Getting Started // Installing
Pull from repository.
Run this commands on project root directory to install Node dependencies.
```
$ npm install
2023-01-24 14:10:39 +00:00
$ sudo npm install -g pino-pretty
2023-01-24 09:11:58 +00:00
```
Launch application in developer environment.
```
$ npm run start
```
For test.
```
DELETE expedition in vn.expeditionScan
```