Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://nostorg.github.io/clients/
Feature matrix for nostr clients
https://nostorg.github.io/clients/
nostr
Last synced: 3 months ago
JSON representation
Feature matrix for nostr clients
- Host: GitHub
- URL: https://nostorg.github.io/clients/
- Owner: nostorg
- License: mit
- Created: 2023-08-07T16:08:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T19:10:46.000Z (6 months ago)
- Last Synced: 2024-05-03T20:45:20.685Z (6 months ago)
- Topics: nostr
- Language: SCSS
- Homepage: https://nostorg.github.io/clients/
- Size: 111 KB
- Stars: 19
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Landing page
README
## Viewing
View the deployed webpage [here](https://nostorg.github.io/clients/) or via the link in the sidebar.
## Contributing
Where to make changes:
- [landing page](index.md)
- [feature columns](_data/features.yml)
- [client row order](_data/order.yml)
- [client info & features](_data/clients/)Serve locally for testing:
```bash
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
```