This server hosts the Reverb dashboard to visualize logs and monitor workflow state. The dashboard allows the user to quickly see and filter:
- Events
- Functions and their status
- Error logs
- the Dead Letter Queue
- All Logs
This project uses node and npm.
To install, inside any directory, run:
$ npx @reverb-app/reverb-dashboard
This will create a subdirectory named reverb-dashboard
. Go to this directory and run:
$ npm install
To initialize the Dashboard Server in a development environment, from the subdirectory named reverb-dashboard
, run:
$ npm run dev
This will boot up the server on the standard Vite port, which is 5173. When you open it, you will be prompted for a URL and an API key, which you will have received after successfully deploying Reverb.
Note that you will not need to enter an API key when you are running Reverb locally.