Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 383 Bytes

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