sandbox-node/pbf
dancingCycle 01a185b5c6 (pbf): extend index.js 2022-09-08 10:26:12 +02:00
..
.gitignore chore: adextend .gitignore 2022-09-08 10:10:37 +02:00
README.md feat(pbf): initial commit 2022-05-26 07:06:26 +02:00
index.js (pbf): extend index.js 2022-09-08 10:26:12 +02:00
package.json chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:55 +02:00

README.md

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