Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiatjaf/branle
A Twitter-like Nostr client made with Quasar
https://github.com/fiatjaf/branle
client nostr twitter
Last synced: 3 months ago
JSON representation
A Twitter-like Nostr client made with Quasar
- Host: GitHub
- URL: https://github.com/fiatjaf/branle
- Owner: fiatjaf
- License: mit
- Archived: true
- Created: 2021-12-10T14:02:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T20:56:26.000Z (over 1 year ago)
- Last Synced: 2024-04-16T00:50:07.959Z (7 months ago)
- Topics: client, nostr, twitter
- Language: Vue
- Homepage: https://branle.netlify.app/
- Size: 1.95 MB
- Stars: 111
- Watchers: 4
- Forks: 71
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - branle - a Twitter-like client that was discontinued but lives on in its fork "Astral". (Deprecated / Client reviews and/or comparisons)
README
# branle
an experimental twitter-like [nostr](https://github.com/fiatjaf/nostr) client using [absurd-sql](https://github.com/jlongster/absurd-sql).
https://user-images.githubusercontent.com/1653275/149637874-5ae1e400-1de0-42f1-9946-c4cec19347ed.mp4
_branle_ assumes it will be deployed to [Netlify](https://netlify.com/). If you want to deploy it elsewhere in your own machine you'll have to find a way to mimic the custom headers and avatar proxy function. See [netlify.toml](netlify.toml).
## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
./node_modules/.bin/quasar dev
```### 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"`.