/nostr

Primary LanguageVueMIT LicenseMIT

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

Easily make/restore accounts! Send encrypted private messages!

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

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.