A twitter-style Nostr web client
Go to file
2021-12-29 21:33:52 -03:00
.vscode initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
public _redirects and deploy to netlify. 2021-12-23 21:39:23 -03:00
src some fixes on raw metadata buttons. 2021-12-29 21:33:52 -03:00
.editorconfig initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.eslintignore initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.eslintrc.js fix eslint. 2021-12-13 12:59:42 -03:00
.gitignore netlify deployment instructions. 2021-12-21 06:14:55 -03:00
.postcssrc.js tailwind, more fixes and a bunch of styling. 2021-12-12 08:47:26 -03:00
.prettierrc.yaml initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
babel.config.js initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
jsconfig.json initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
package.json upgrade again. 2021-12-29 15:27:47 -03:00
quasar.conf.js import keys, updated nostr-tools, new nip06+slip44 mnemonic-to-key method, watch-only mode (just pubkeys). 2021-12-29 14:47:28 -03:00
README.md rename to branle. 2021-12-19 12:26:35 -03:00
tailwind.config.js fix eslint. 2021-12-13 12:59:42 -03:00
yarn.lock upgrade again. 2021-12-29 15:27:47 -03:00

branle

a twitter-like nostr client forked off from https://github.com/arcbtc/nostr.

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.