Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 352 Bytes

setuprelay.md

File metadata and controls

23 lines (12 loc) · 352 Bytes

Set up a basic Nostr relay using an existing TypeScript implementation

use NOSTR RELAY NESTJS

Deploy NOSTR RELAY

Build Image

  • ./scripts/build.sh

Run Containers

  • ./scripts/run.sh

set up environment variable

  • DATABASE_URL

Execute migration scripts

  • npm run migration:run