cameri / branle

A Twitter-like Nostr client made with Quasar

Home Page:https://branle.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branle

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

Branle.des.Lavandieres-gZyiQpUXIAM.mp4

Install the dependencies

yarn

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

npx quasar dev

Lint the files

yarn run lint

Build the app for production

npx quasar build

Docker

Build the docker image

docker build -t branle .

Run the container

docker run -d -p 8080:80 --name branle branle

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".

About

A Twitter-like Nostr client made with Quasar

https://branle.netlify.app/


Languages

Language:Vue 55.5%Language:JavaScript 43.8%Language:HTML 0.4%Language:Dockerfile 0.3%Language:CSS 0.0%