https://github.com/cyio/bsv-navi
比特币导航
https://github.com/cyio/bsv-navi
bsv
Last synced: 11 months ago
JSON representation
比特币导航
- Host: GitHub
- URL: https://github.com/cyio/bsv-navi
- Owner: cyio
- Created: 2019-01-26T02:28:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T13:51:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T21:14:29.541Z (over 1 year ago)
- Topics: bsv
- Language: Vue
- Homepage: https://bsv.oaker.bid/
- Size: 17 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bsv.oaker.bid
Live site:[bsv.oaker.bid](https://bsv.oaker.bid/)
## Development
install dependencies
```
npm install
```
run frontend
```sh
npm run serve
```
run data maintain script
```sh
npm run maintain
```
## Build
```sh
npm run build
```
## Forever Alive
```sh
pm2 start npm --name bsv-navi-maintain -- run maintain
```
## 创建 token
1. 创建页面[私人令牌 - 码云 Gitee.com](https://gitee.com/personal_access_tokens)
2. 权限勾选 gist
3. 将生成的 token 写入`private-config.json`
4. 运行`yarn maintain`验证是否能成功操作 gist