https://github.com/cyio/buzz-bit
一个支持 metaid/SimpleMicroblog 的 PWA 应用 BuzzBit
https://github.com/cyio/buzz-bit
bsv metaid metanet
Last synced: 10 months ago
JSON representation
一个支持 metaid/SimpleMicroblog 的 PWA 应用 BuzzBit
- Host: GitHub
- URL: https://github.com/cyio/buzz-bit
- Owner: cyio
- Created: 2021-09-30T11:32:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T12:41:44.000Z (over 2 years ago)
- Last Synced: 2024-04-29T21:14:29.558Z (about 2 years ago)
- Topics: bsv, metaid, metanet
- Language: Vue
- Homepage: https://buzzbit.oaker.bid
- Size: 1.33 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buzz-bit
一个支持 metaid/SimpleMicroblog 的 PWA 应用 [BuzzBit](https://buzzbit.vercel.app/)


## 主要特性
- 常规功能:信息流、评论、转发、搜索
- 节省图片上链费用(默认压缩成 webp,平均节省 30%-50% 费用)
- metafile 交易解码
- 上传支持各种文件类型
前置条件:
1. 到 showmoney 获取 clientId、clientSecret
2. `cp private-config.template.json private-config.json`,填入第 1 步拿到的信息
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).