We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactPress Github项目地址:https://github.com/fecommunity/reactpress 欢迎Star。
ReactPress 是使用React开发的开源发布平台,用户可以在支持React和MySQL数据库的服务器上架设属于自己的博客、网站。也可以把 ReactPress 当作一个内容管理系统(CMS)来使用。
ReactPress
ReacPress Demo
React
NextJS
MySQL 5.7
NestJS
antd 5.20
MarkDown
OSS
$ git clone --depth=1 https://github.com/fecommnity/reactpress.git $ cd reactpress $ npm i -g pnpm $ pnpm i
项目启动后会加载根目录下的 .env 配置文件,请确保MySQL数据库服务和下面的配置保持一致,并提前创建好 reactpress 数据库
.env
reactpress
DB_HOST=127.0.0.1 // 数据库地址 DB_PORT=3306 // 端口 DB_USER=reactpress // 用户名 DB_PASSWD=reactpress // 密码 DB_DATABASE=reactpress // 数据库
环境准备好后,执行启动命令:
$ pnpm run dev
打开浏览器访问 http://127.0.0.1:3001
强烈推荐阅读 《提问的智慧》、《如何向开源社区提问题》 和 《如何有效地报告 Bug》、《如何向开源项目提交无法解答的问题》,更好的问题更容易获得帮助。
如果您在使用的过程中碰到问题,可以通过下面几个途径寻求帮助,同时我们也鼓励资深用户通过下面的途径给新人提供帮助。
通过 WeChat 联系,可通过搜素微信号 red_tea_v2 或扫码加入 ,并备注来源。
red_tea_v2
通过 GitHub Discussions 提问时,建议使用 Q&A 标签。
Q&A
通过 Stack Overflow 或者 Segment Fault 提问时,建议加上 reactpress 标签。
Email: [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ReactPress Github项目地址:https://github.com/fecommunity/reactpress 欢迎Star。
项目简介
ReactPress
是使用React开发的开源发布平台,用户可以在支持React和MySQL数据库的服务器上架设属于自己的博客、网站。也可以把ReactPress
当作一个内容管理系统(CMS)来使用。🔥 在线示例
ReacPress Demo
✨ 特性
React
+NextJS
+MySQL 5.7
+NestJS
构建antd 5.20
最新版的交互语言和视觉风格MarkDown
编辑器,支持文章写文章、分类目录管理,标签管理OSS
文件上传⌨️ 本地开发
环境准备
$ git clone --depth=1 https://github.com/fecommnity/reactpress.git $ cd reactpress $ npm i -g pnpm $ pnpm i
配置文件
项目启动后会加载根目录下的
.env
配置文件,请确保MySQL数据库服务和下面的配置保持一致,并提前创建好reactpress
数据库环境准备好后,执行启动命令:
打开浏览器访问 http://127.0.0.1:3001
🔗 链接
👥 社区互助
如果您在使用的过程中碰到问题,可以通过下面几个途径寻求帮助,同时我们也鼓励资深用户通过下面的途径给新人提供帮助。
通过 WeChat 联系,可通过搜素微信号
red_tea_v2
或扫码加入 ,并备注来源。通过 GitHub Discussions 提问时,建议使用
Q&A
标签。通过 Stack Overflow 或者 Segment Fault 提问时,建议加上
reactpress
标签。Email: [email protected]
Star History
The text was updated successfully, but these errors were encountered: