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: 24 days ago
JSON representation
A Poll Website for Nostr
- Host: GitHub
- URL: https://github.com/mroxso/pollstr
- Owner: mroxso
- Created: 2023-05-02T06:07:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T20:30:16.000Z (over 1 year ago)
- Last Synced: 2024-02-17T05:32:32.485Z (10 months ago)
- Topics: nostr, web
- Language: HTML
- Homepage: https://pollstr.online
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nostr - Pollstr - A nostr web client with a focus on polls. (Clients / Relay 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