Skip to content

Commit 7266d91

Browse files
committed
docs: update readme doc
1 parent b0573b1 commit 7266d91

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/fecommunity/reactpress/blob/master/LICENSE)[![(Runtime) Build and Test](https://github.com/facebook/react/actions/workflows/runtime_build_and_test.yml/badge.svg)](https://github.com/fecommunity/reactpress/blob/master/package.json) [![(Compiler) TypeScript](https://github.com/facebook/react/actions/workflows/compiler_typescript.yml/badge.svg?branch=main)](https://github.com/fecommunity/reactpress/blob/master/client/tsconfig.json) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/fecommunity/reactpress/pulls)
1212

1313
[Issues](https://github.com/fecommunity/reactpress/issues) · [Pull Request](https://github.com/fecommunity/reactpress/pulls) · English · [中文](./README-zh_CN.md)
14+
1415
</div>
1516

1617
- Blog Management
@@ -25,17 +26,16 @@
2526

2627
[![Mobile Phone](./public/mobile.png)](https://gaoredu.com)
2728

28-
2929
## ✨ Features
3030

31-
- 📦 Technology Stack: Built on React+MySQL+NestJS+NextJS
32-
- 🌈 Componentization: an interactive language and visual style based on antd
33-
- 🌍 Internationalization: Supports switching between Chinese and English, with international configuration management capabilities
34-
- 🌞 Black and White Theme: Supports free switching between light and dark mode themes
35-
- 🖌️ Creation Management: Built in 'MarkDown' editor, supporting article writing, category and directory management, and tag management
36-
- 📃 Page management: supports customizing new pages
37-
- 💬 Comment management: supports content comment management
38-
- 📷 Media Management: Supports local file upload and OSS file upload
31+
- 📦 Technology Stack: Built on React+MySQL+NestJS+NextJS
32+
- 🌈 Componentization: an interactive language and visual style based on antd
33+
- 🌍 Internationalization: Supports switching between Chinese and English, with international configuration management capabilities
34+
- 🌞 Black and White Theme: Supports free switching between light and dark mode themes
35+
- 🖌️ Creation Management: Built in 'MarkDown' editor, supporting article writing, category and directory management, and tag management
36+
- 📃 Page management: supports customizing new pages
37+
- 💬 Comment management: supports content comment management
38+
- 📷 Media Management: Supports local file upload and OSS file upload
3939
- ...
4040

4141
## 🔥 Live Demo
@@ -45,6 +45,7 @@
4545
## ⌨️ Development
4646

4747
### Environment
48+
4849
```bash
4950
$ git clone --depth=1 https://github.com/fecommnity/reactpress.git
5051
$ cd reactpress
@@ -54,7 +55,7 @@ $ pnpm i
5455

5556
### Configuration
5657

57-
After the project starts, the `. env ` configuration file in the root directory will be loaded. Please ensure that the MySQL database service is consistent with the following configuration, and create the ` reactpress ` database in advance
58+
After the project starts, the `.env ` configuration file in the root directory will be loaded. Please ensure that the MySQL database service is consistent with the following configuration, and create the `reactpress` database in advance
5859

5960
```js
6061
DB_HOST=127.0.0.1 // Default Database Host
@@ -72,18 +73,15 @@ $ pnpm run dev
7273

7374
Open your browser and visit http://127.0.0.1:3001
7475

75-
7676
## 🔗 Links
7777

7878
- [Home](https://github.com/fecommunity/reactpress)
7979
- [Easy Blog](https://gaoredu.com)
8080
- [Issues](https://github.com/fecommunity/reactpress/issues)
81-
- [Pull Request](https://github.com/fecommunity/reactpress/pulls)
81+
- [Pull Request](https://github.com/fecommunity/reactpress/pulls)
8282
- [next.js](https://github.com/vercel/next.js)
8383
- [nest.js](https://github.com/nestjs/nest)
8484

85-
86-
8785
## 👥 Contributing
8886

8987
We warmly invite contributions from everyone. Before you get started, please take a moment to review our [Contributing Guide](https://ant.design/docs/react/contributing). Feel free to share your ideas through [Pull Requests](https://github.com/ant-design/ant-design/pulls) or [GitHub Issues](https://github.com/ant-design/ant-design/issues). If you're interested in enhancing our codebase, explore the [Development Instructions](https://github.com/ant-design/ant-design/wiki/Development) and enjoy your coding journey! :)
@@ -92,10 +90,8 @@ We warmly invite contributions from everyone. Before you get started, please tak
9290
2. [Stack Overflow](http://stackoverflow.com/questions/tagged/antd)(English)
9391
3. [Segment Fault](https://segmentfault.com/t/antd)(Chinese)
9492

95-
9693
You can also send me an email: [email protected]
9794

98-
9995
## Star History
10096

101-
[![Star History Chart](https://api.star-history.com/svg?repos=fecommunity/reactpress&type=Date)](https://star-history.com/#fecommunity/reactpress&Date)
97+
[![Star History Chart](https://api.star-history.com/svg?repos=fecommunity/reactpress&type=Date)](https://star-history.com/#fecommunity/reactpress&Date)

0 commit comments

Comments
 (0)