Skip to content

uvdsl/solid-inbox-watcher

Repository files navigation

Watch your Solid Inbox!

Watch your LDNs as they arrive!

screenshot

Build and run using Docker

docker build -t ldn-v:latest .
docker run -d -p 8080:80 --name LDN-V ldn-v:latest

Project setup

npm install

Compiles and hot-reloads for development

npm run serve