sandbox-node/pbf/readme.md

19 lines
193 B
Markdown

## Overview
read pbf file from file system and print content to console
## Preparation
```
npm i
```
## Development setup
```
DEBUG=debug,pbf npm run dev
```
## Production deployment
tbc