sandbox-node/pbf/readme.md

19 lines
193 B
Markdown
Raw Permalink Normal View History

2022-05-26 07:06:26 +02:00
## Overview
2023-07-10 16:06:15 +02:00
read pbf file from file system and print content to console
2022-05-26 07:06:26 +02:00
## Preparation
2023-07-10 16:06:15 +02:00
2022-05-26 07:06:26 +02:00
```
npm i
```
## Development setup
2023-07-10 16:06:15 +02:00
2022-05-26 07:06:26 +02:00
```
2024-01-22 17:03:55 +01:00
DEBUG=debug,pbf npm run dev
2022-05-26 07:06:26 +02:00
```
2024-01-22 17:03:55 +01:00
2022-05-26 07:06:26 +02:00
## Production deployment
tbc