Skip to content

A React/GraphQL Based Tool to Debug Google Cloud Platform Pubsub's Data

Notifications You must be signed in to change notification settings

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)