-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,34 @@ | ||
# about-me-react | ||
|
||
## 前言 | ||
|
||
这个是我的[网站主页](https://www.tteam.icu)的源码 | ||
|
||
是我在学习`react`时写的,写的不好轻喷~ | ||
|
||
## 安装环境 | ||
|
||
- 用 `nvm` 安装 `node > 20@stable` `nvm install stable` 最佳 。windows 用户可以使用 [nvm-windows](https://github.com/coreybutler/nvm-windows) | ||
- 依赖使用`pnpm`进行安装 | ||
|
||
## 技术栈 | ||
|
||
使用的技术栈在`Footer.jsx`中展示 | ||
使用的技术栈在[Footer.jsx](src/view/Footer.jsx)中展示 | ||
|
||
- React | ||
- Tailwind CSS | ||
- Semi Design | ||
- React Icons | ||
- Motion | ||
- Magic UI | ||
- Rsbuild | ||
|
||
### prettier 代码格式化工具 | ||
|
||
[Prettier · Opinionated Code Formatter](https://prettier.io/)是目前常见的现代化代码格式化工具。目前将约定俗成的风格统一在 `.prettierrc` 文件里,大家不管用什么编辑器都可以统一一套风格。 | ||
[Prettier · Opinionated Code Formatter](https://prettier.io/)是目前常见的现代化代码格式化工具。目前将约定俗成的风格统一在 `.prettierrc` 文件里,大家不管用什么编辑器都可以统一一套风格。 | ||
|
||
## buy coffee | ||
|
||
 | ||
|
||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters