Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 334 Bytes

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 git@github.com:mroxso/pollstr.git
cd pollstr
docker build -t pollstr:local .
docker run --rm -p 8080:80 pollstr:local

Contribution

Feel free to contribute