Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 608 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 608 Bytes

LaWallet Monitor

Use alerts to determine the health status of a lawallet implementation

Installation

pnpm install

Serving App

pnpm dev

Production

pnpm build

Run with docker

If you haven't already, install docker and docker-compose then run the following command:

docker-compose up

Deployment

Deploy with Vercel