This is a prototype tool built for MessageDB.
This tool is built mainly using D3.js and vanilla JS to update the page.
You'll need to have Node v18+.
You will also need Docker Desktop.
- Clone the repo locally.
- Run
yarn install
. - Start MessageDB by running
yarn messagedb:up
. - Seed your own messages or run
yarn seed
to get some example data. - Run the server with
yarn run
. This should open a browser window hosting the tool.