https://github.com/caomeiyouren/rss-impact-web
一个支持 Hook 的 RSS 订阅工具。本项目为前端部分
https://github.com/caomeiyouren/rss-impact-web
Last synced: 6 months ago
JSON representation
一个支持 Hook 的 RSS 订阅工具。本项目为前端部分
- Host: GitHub
- URL: https://github.com/caomeiyouren/rss-impact-web
- Owner: CaoMeiYouRen
- License: agpl-3.0
- Created: 2024-04-03T13:43:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T21:00:31.000Z (6 months ago)
- Last Synced: 2025-04-20T21:35:06.399Z (6 months ago)
- Language: TypeScript
- Homepage: https://rss-demo.cmyr.dev
- Size: 85.8 MB
- Stars: 11
- Watchers: 0
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
rss-impact-web
> RSS + Hook = RSS Impact
>
> 一个支持 Hook 的 RSS 订阅工具。
>
> 本项目为前端部分,后端部分请参考 [rss-impact-server](https://github.com/CaoMeiYouRen/rss-impact-server)。
>
> 当 RSS Impact 开发完毕的时候,您将收到通知邮件,**[点击链接立即加入等待名单](https://waitlist.cmyr.dev)**。## 🏠 主页
[https://github.com/CaoMeiYouRen/rss-impact-web#readme](https://github.com/CaoMeiYouRen/rss-impact-web#readme)
## ✨ Demo
https://rss-demo.cmyr.dev
> Demo 站开放注册,可以随意体验。
>
> Demo 站不保证可用性,仅供演示使用。
>
> 注意:Demo 站每次部署都会重置数据,因此仅供体验,请勿存放重要数据!## 📦 依赖要求
- node >=20
## 🚀 安装
```sh
npm install
```## 🛠️ 开发
```sh
npm run dev
```## 🔧 编译
```sh
npm run build
```## 🔍 Lint
```sh
npm run lint
```## 💾 Commit
```sh
npm run commit
```## 👤 作者
**CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)
## 🤝 贡献
欢迎 贡献、提问或提出新功能!
如有问题请查看 [issues page](https://github.com/CaoMeiYouRen/rss-impact-web/issues).
贡献或提出新功能可以查看[contributing guide](https://github.com/CaoMeiYouRen/rss-impact-web/blob/master/CONTRIBUTING.md).## 💰 支持
如果觉得这个项目有用的话请给一颗⭐️,非常感谢。
## 🌟 Star History
[](https://star-history.com/#CaoMeiYouRen/rss-impact-web&Date)
## 📝 License
1. 本项目采用 AGPLv3 授权,并附加以下额外条件。
2. 额外条件请参考 [License](https://github.com/CaoMeiYouRen/rss-impact-server?tab=readme-ov-file#-license)Copyright © 2024 [CaoMeiYouRen](https://github.com/CaoMeiYouRen).
This project is [AGPL-3.0](https://github.com/CaoMeiYouRen/rss-impact-web/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [cmyr-template-cli](https://github.com/CaoMeiYouRen/cmyr-template-cli)_