Skip to content

Commit a411403

Browse files
committed
Add GARSS Studio quick start to EditREADME
1 parent 04fa3a9 commit a411403

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ __pycache__/
88
*.pyc
99
garss-studio/.tmp-chrome-mcp-client.mjs
1010
docs/
11+
README.md
712 KB
Loading

EditREADME.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99
这个名为**嘎!RSS**的项目会利用免费的Github Actions服务, 提供一个内容全面的信息流, 让现代人的知识体系更广泛, 减弱信息茧房对现代人的影响, 让**非茧房信息流**造福人类~
1010
[《嘎!RSS》永久开源页面: https://github.com/zhaoolee/garss](https://github.com/zhaoolee/garss)
1111

12+
13+
## 锤子便签风格的GARSS阅读器
14+
15+
- 启动
16+
17+
```
18+
cd garss-studio
19+
cp .env.example .env
20+
docker compose -f docker-compose.dev.yml up --build
21+
```
22+
23+
![](./EditREADME.assets/3296e8bba846baf1a9237db41dabc98d34c275f4739e81ff95c4bbf1cf46ebc4.png)
24+
25+
- 常用页面
26+
27+
```
28+
阅读页:http://127.0.0.1:25173/reader?pw=banana
29+
订阅源:http://127.0.0.1:25173/sources?pw=banana
30+
设置页:http://127.0.0.1:25173/settings?pw=banana
31+
API 文档:http://127.0.0.1:25173/api/docs
32+
```
33+
34+
35+
1236
## 推荐使用什么软件订阅RSS?
1337
我推荐一款免费的浏览器扩展程序Feedbro ,使用教程[Chrome插件英雄榜第96期《Feedbro》在Chrome中订阅RSS信息流](https://www.v2fy.com/p/096-feedbro-2021-02-27/)
1438

0 commit comments

Comments
 (0)