hamstr/README.md

28 lines
533 B
Markdown
Raw Normal View History

2021-12-19 15:26:35 +00:00
# branle
a twitter-like nostr client forked off from https://github.com/arcbtc/nostr.
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn run lint
```
### Build the app for production
```bash
quasar build
```
### 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"`.