https://github.com/demedia-app/demedia-branle
A Twitter-like DeMedia client with audio sharing made with Quasar
https://github.com/demedia-app/demedia-branle
client nostr twitter
Last synced: 5 months ago
JSON representation
A Twitter-like DeMedia client with audio sharing made with Quasar
- Host: GitHub
- URL: https://github.com/demedia-app/demedia-branle
- Owner: demedia-app
- License: mit
- Created: 2023-02-24T09:10:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T13:27:51.000Z (over 2 years ago)
- Last Synced: 2024-02-23T14:36:55.749Z (over 2 years ago)
- Topics: client, nostr, twitter
- Language: Vue
- Homepage: https://branle.demedia.app
- Size: 420 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Branle
An experimental twitter-like [DeMedia](https://github.com/demedia-app/demedia-nostr) client using [absurd-sql](https://github.com/jlongster/absurd-sql) with audio sharing feature.
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
ACCESS_KEY_ID_AWS=aws_access_key_id \
SECRET_ACCESS_KEY_AWS=aws_secret_access_key \
S3_BUCKET_AWS=aws_s3_bucket \
REGION_AWS=aws_region \
LOCAL_RELAY=ws://localhost:7448 \
yarn 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"`.