Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uvdsl/solid-inbox-watcher
- Owner: uvdsl
- License: mit
- Created: 2021-12-10T17:40:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T07:58:19.000Z (about 2 years ago)
- Last Synced: 2023-03-06T18:45:25.804Z (over 1 year ago)
- Language: TypeScript
- Size: 510 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```