Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 369 Bytes

gcp-pubsub-debugger

Install

Install the dependencies:

yarn

copy the .env.sample file into your own .env:

cp .env.sample .env

Then add your pubsub's credentials into the .env file

Run

yarn start

(it will run both client & server in parallel)