think/README.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

2022-02-20 11:51:55 +00:00
# think
## 简介
Think 是一款开源知识管理工具。通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。同时支持多人协作文档。使用的技术如下:
- `MySQL`:数据存储
- `next.js`:前端页面框架
- `nest.js`:服务端框架
- `tiptap`:编辑器及文档协作
2022-06-28 17:11:01 +00:00
可访问[云策文档帮助中心](https://think.codingit.cn/share/wiki/JtXHW2BjrQ6G),查看更多功能文档。
2022-02-20 11:51:55 +00:00
## 链接
2022-04-11 14:13:56 +00:00
[云策文档](https://think.codingit.cn)已经部署上线,可前往注册使用。
2022-02-20 11:51:55 +00:00
2022-06-22 03:37:20 +00:00
## 交流群
欢迎进群交流。
2022-07-23 04:52:16 +00:00
<img width="300" alt="image" src="https://user-images.githubusercontent.com/26452939/180590944-1fb9dcbb-69df-4d2d-80d7-57ffbc1f10a5.PNG">
2022-06-22 03:37:20 +00:00
2022-02-20 12:11:01 +00:00
## 预览
2022-06-28 12:41:27 +00:00
<details>
<summary>查看预览图</summary>
<img alt="知识库" src="http://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-20/YN67GM4VQMBTZFZ88TYP8X/image.png" width="420" />
<img alt="新建文档" src="http://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-20/YN67GM4VQMBTZFZ88TYPQX/image.png" width="420" />
<img alt="编辑器" src="http://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-20/YN67GM4VQMBTZFZ88TYPZX/image.png" width="420" />
</details>
2022-02-20 12:11:01 +00:00
2022-06-28 12:26:42 +00:00
## 项目开发
2022-06-26 09:26:57 +00:00
2022-06-28 12:26:42 +00:00
[项目开发说明](./let-us-start.md)。
2022-06-26 09:26:57 +00:00
2022-03-24 06:07:25 +00:00
## 自动化部署
> 思路:在服务器部署 webhook然后在 github setting 中配置相应钩子,实现自动化部署
参考:[webhook](https://github.com/adnanh/webhook/blob/master/docs/Hook-Examples.md#incoming-github-webhook)
2022-06-14 15:15:49 +00:00
## 赞助
如果这个项目对您有帮助,并且您希望支持该项目的开发和维护,请随时扫描一下二维码进行捐赠。非常感谢您的捐款,谢谢!
<div style="display: flex;">
2022-06-14 15:25:49 +00:00
<img width="300" alt="alipay" src="https://think-1256095494.cos.ap-shanghai.myqcloud.com/think-alipay.jpg" />
<img width="300" alt="wechat" src="https://think-1256095494.cos.ap-shanghai.myqcloud.com/think-wechat.jpg" />
2022-06-14 15:15:49 +00:00
</div>
2022-06-28 12:36:16 +00:00
## 贡献者
2022-02-20 11:51:55 +00:00
2022-06-28 12:36:16 +00:00
感谢所有为本项目作出贡献的同学!
2022-06-28 12:36:58 +00:00
<a href="https://github.com/fantasticit/think/contributors"><img src="https://opencollective.com/think/contributors.svg?width=890" /></a>