Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
/ branle Public archive
forked from fiatjaf/branle

A Twitter-like Nostr client made with Quasar

Notifications You must be signed in to change notification settings

cameri/branle

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 55.5%
  • JavaScript 43.8%
  • Other 0.7%