Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giszmo/nostr.info
What is going on in the world of nostr. Stats, Charts, Live Monitors, Resources, ...
https://github.com/giszmo/nostr.info
nostr
Last synced: 22 days ago
JSON representation
What is going on in the world of nostr. Stats, Charts, Live Monitors, Resources, ...
- Host: GitHub
- URL: https://github.com/giszmo/nostr.info
- Owner: Giszmo
- License: mit
- Created: 2022-08-20T21:30:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T03:27:25.000Z (11 months ago)
- Last Synced: 2024-02-11T04:23:16.702Z (11 months ago)
- Topics: nostr
- Language: JavaScript
- Homepage: https://nostr.info
- Size: 696 KB
- Stars: 32
- Watchers: 2
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is the source behind [nostr.info](https://nostr.info).
If you have suggestions, please create pull requests.
If you see issues, please [report them](https://github.com/Giszmo/nostr.info/issues/new).
## Development
To run this project locally for development:
* install [node](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs)
* run `bundle install`
* run `gem install bundler`
* run `npm install` to get the dependencies
* run `bundle exec jekyll serve`