/branle

A Twitter-like Nostr client made with Quasar

Primary LanguageVue

branle

a twitter-like nostr client.

Branle.des.Lavandieres-gZyiQpUXIAM.mp4

Install the dependencies

yarn

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

./node_modules/.bin/quasar dev

Lint the files

yarn run lint

Build the app for production

./node_modules/.bin/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".