8000 GitHub - nostorg/clients: Feature matrix for nostr clients
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nostorg/clients

Repository files navigation

Viewing

View the deployed webpage here or via the link in the sidebar.

Contributing

Where to make changes:

Serve locally for testing:

brew install asdf
asdf plugin add ruby
asdf install # install ruby from .tool-versions
asdf exec bundle install # install from gemfile
asdf exec jekyll serve
0