A twitter-style Nostr web client
Go to file
2022-01-22 17:03:42 +00:00
.vscode initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
nginx/conf.d feat: add Dockerfile 2022-01-22 16:54:39 +00:00
public _redirects and deploy to netlify. 2021-12-23 21:39:23 -03:00
src feat: allow ctrl+enter to post & reply 2022-01-22 10:34:02 -03:00
.dockerignore chore: ignore node_modules folder in docker build 2022-01-22 16:50:49 +00:00
.editorconfig initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.eslintignore initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.eslintrc.js fix eslint. 2021-12-13 12:59:42 -03:00
.gitignore nip05 support. 2022-01-18 14:12:42 -03:00
.postcssrc.js tailwind, more fixes and a bunch of styling. 2021-12-12 08:47:26 -03:00
.prettierrc.yaml initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
babel.config.js initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
customize.json nip05 support. 2022-01-18 14:12:42 -03:00
Dockerfile feat: add Dockerfile 2022-01-22 16:54:39 +00:00
jsconfig.json initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
package.json Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -03:00
quasar.conf.js feat: add syntax highlighting for MD 2022-01-21 05:03:19 -03:00
README.md docs: add docker build & run steps 2022-01-22 17:03:42 +00:00
tailwind.config.js configurable colors, dark mode, name and icon. 2022-01-14 22:25:32 -03:00
yarn.lock Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -03:00

branle

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

https://user-images.githubusercontent.com/1653275/149637874-5ae1e400-1de0-42f1-9946-c4cec19347ed.mp4

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

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