Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 313 Bytes

stemstr relay

The nostr relay for https://stemstr.app

Running locally

Run a local Postgres container with Docker

docker-compose up postgres

Run the relay with Go

make build run

You now have the Stemstr relay running on ws://localhost:9000