A twitter-style Nostr web client
Go to file
2022-01-21 05:06:08 -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 Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -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 nip05 support. 2022-01-18 14:12:42 -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
customize.json nip05 support. 2022-01-18 14:12:42 -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 Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -03:00
quasar.conf.js feat: add syntax highlighting for MD 2022-01-21 05:03:19 -03:00
README.md add video of a branle dance. 2022-01-15 18:12:24 -03:00
tailwind.config.js configurable colors, dark mode, name and icon. 2022-01-14 22:25:32 -03:00
yarn.lock Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -03:00

branle

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

https://user-images.githubusercontent.com/1653275/149637874-5ae1e400-1de0-42f1-9946-c4cec19347ed.mp4

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 brand

Edit customize.json and replace the colors, icon, name and dark mode setting. When setting the dark mode, you can also set the colors "dark-page" and "dark".