Skip to content

arcbtc/nostr

Repository files navigation

NOSTR-twitter

Currently very buggy not even MVP, but we'll get there!

280 character limited social network using the decentralised, censorship-resistant nostr protocol.
Checkout an example running nostr.com

Easily make/restore accounts! Send encrypted private messages!

Tutorials

https://www.youtube.com/watch?v=BpvjL6pAw7o
https://www.youtube.com/watch?v=G6xFOBWI7S8

NOSTR (Notes and Other Stuff Relays) protocol

https://github.com/fiatjaf/nostr

Installing Nostr-twitter

Install Quasar

npm install -g @quasar/cli

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Start the app in development mode as PWA (hot-code reloading, error reporting, etc.)

quasar dev -m pwa

Build the app for production

quasar build

Build the app for production as PWA

quasar build pwa

Customize the configuration

See Configuring quasar.conf.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published