Can I build note deck to use it locally?
Discussion
Don't mind me, I found it.
Can’t wait for your feedback Jeff!
Basic usage:
./target/release/notedeck —pub your_npub -c contacts -c notifications -c notifications:some_other_npub
This doesn't seem to open columns for me... just the notes and notes & replies tabs.
Can you paste the exact args you are using?
./target/release/notedeck —pub npub1zuuajd7u3sx8xu92yav9jwxpr839cs0kc3q6t56vd5u9q033xmhsk6c2uc -c contacts -c notifications
You may need -r to add some relays, it uses some bootstrap ones but if it can’t find your contact list one those it won’t load
Also what git hash are you on? It should still show two columns
make sure your building with cargo build —release and you’re not running an old version or something
Cool, I'll give a try here shortly.
Git hash: 4379466d1db434387be5569f61e375059d634df7
hmmm yeah odd, should be ok. you can also try RUST_LOG=notedeck=debug,enostr=debug to see if there's any funny business