Ecosyste.ms: Awesome

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

https://github.com/mroxso/pollstr

A Poll Website for Nostr
https://github.com/mroxso/pollstr

nostr web

Last synced: 26 days ago
JSON representation

A Poll Website for Nostr

Lists

README

        

# pollstr
A Poll Website for Nostr

# Docker
Run pre-built Docker Image:
```
docker run --rm -p 8080:80 ghcr.io/mroxso/pollstr
```

or build it yourself with:
```
git clone [email protected]:mroxso/pollstr.git
cd pollstr
docker build -t pollstr:local .
docker run --rm -p 8080:80 pollstr:local
```

# Contribution
Feel free to contribute