Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uvdsl/solid-inbox-watcher

Watch your Solid inbox.
https://github.com/uvdsl/solid-inbox-watcher

Last synced: 2 days ago
JSON representation

Watch your Solid inbox.

Awesome Lists containing this project

README

        

# Watch your Solid Inbox!

Watch your LDNs as they arrive!

![screenshot](https://github.com/uvdsl/solid-inbox-watcher/blob/main/img/preview.png?raw=true)

## 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
```