A twitter-style Nostr web client
Go to file
2022-01-01 10:30:13 -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 many small fixes, including updating nostr-tools to fix the lost kind4 messages bug. 2022-01-01 10:30:13 -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 many small fixes, including updating nostr-tools to fix the lost kind4 messages bug. 2022-01-01 10:30:13 -03:00
quasar.conf.js using event kind 3 to store followed list and relays, dynamic handling of subscriptions on relay changes. 2021-12-31 22:32:25 -03:00
README.md rename to branle. 2021-12-19 12:26:35 -03:00
tailwind.config.js make threads great again. 2021-12-29 22:27:41 -03:00
yarn.lock many small fixes, including updating nostr-tools to fix the lost kind4 messages bug. 2022-01-01 10:30:13 -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.