Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 372 Bytes

Message DB Viewer

Message DB Viewer Example Image

Getting Started

Configure your message db settings:

cp settings/message_store_postgres.json{.example,}

Run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Open http://localhost:5555 with your browser to see the result.