Raúl
4ac24d2ee822a34a9881eff526bf71f39704419837e4c14b34642d82e111ed39
Software Engineer. #nostr rss bridge relay operator @ wss://rsslay.nostr.moe - https://nostr.moe
Its currently work in progress, so it may fail... Nevertheless, check this note and the response: #[5]
Also set the following environment variables:
`CGO_ENABLED=1;GOARCH=amd64;GOOS=linux;SECRET=YOUR_SECRET`
#[0]
What commands did you run to get your fork of rsslay successfully running locally?: https://github.com/piraces/rsslay
I'm currently working on it... So it's a WIP fork.
Nevertheless, try to run it with the following command: `go build -ldflags="-s -w -linkmode external -extldflags '-static'" -o ./rsslay`
Then in order to run it:
`./rsslay`
It will serve the page in localhost:7447
Damn! I miss code highlighting… let’s try:
```python
print(“Awesome”)
```
Building **nostr** with *markdown support*!! Yes 🤙
```
print(“Awesome”)
```
