sandbox-node/pbf/README.md

367 B

Overview

tbc

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command if you fancy log messages for debugging.

export DEBUG=$DEBUG,debug,pbf

Run the following command to start the service in development mode.

npm run dev

Production deployment

tbc