curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt update
sudo apt install build-essential
git clone https://github.com/damus-io/notedeck
cd notedeck
cargo build --release
./target/release/notedeck
#dmail will be the second notedeck app and will work on all platforms! It’s nice to have a fast, native, cross-platform base to build these on now.
Cool thing is that #notedeck apps share same local db: contacts, profiles, dms, accounts. You can’t really do this on the web because web apps are isolated from each other. Notedeck is offline first which is also great for mail.
notedeck will provide a high level api for building nostr apps, will be able to rapidly iterate on new apps faster than before.
If you want to help us build “the nostr browser”, come hack on it with us!
https://github.com/damus-io/notedeck nostr:note1h8vycn70zcc3gza8c44n8s08maaeh322zlccjxj63jc08vkypv5qv5fc4f
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt update
sudo apt install build-essential
git clone https://github.com/damus-io/notedeck
cd notedeck
cargo build --release
./target/release/notedeck
looks about right