An open API service indexing awesome lists of open source software.

https://github.com/daidr/doulog

戴兜的博客(施工中)
https://github.com/daidr/doulog

Last synced: over 1 year ago
JSON representation

戴兜的博客(施工中)

Awesome Lists containing this project

README

          

# douLog (WIP)

戴兜的小屋博客

## TODO

- [x] 文章列表
- [x] 文章正文页面
- [x] 文章AI自动摘要(目前基于 ChatGPT 3.5 API)
- [x] 文章内图片预览
- [ ] 文章页相关的加载动画 (高优先级)
- [ ] 文章内 wordpress 短代码支持(Github仓库 / 音乐)
- [ ] 文章评论 (低优先级)
- [ ] 文章浏览量计数 (低优先级)

## 初始化

安装依赖:

```bash
# pnpm
pnpm install
```

## 开发服务器

```bash
pnpm dev
```

## 构建/部署

构建

```bash
pnpm build
```

本地测试部署

```bash
pnpm preview
```