Skip to content

goldo/gcp-pubsub-debugger

Repository files navigation

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)