Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 481 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 481 Bytes

This is the source behind nostr.info.

If you have suggestions, please create pull requests.

If you see issues, please report them.

Development

To run this project locally for development:

  • install node
  • run bundle install
  • run gem install bundler
  • run npm install to get the dependencies
  • run bundle exec jekyll serve