https://github.com/CodyTseng/nostr-relay-sqlite is the GUI-less version of nostr-relay-tray. It is very easily easy to run and with very fast query speeds. It's perfect for use as a #personal relay, and for developing and debugging relay.
To run your own #nostr #relay, only the following few commands are needed:
```
git clone https://github.com/CodyTseng/nostr-relay-sqlite.git
cd nostr-relay-sqlite
npm install
npm run build
npm run start
```
