# my-blog **Repository Path**: liufeida/my-blog ## Basic Information - **Project Name**: my-blog - **Description**: 使用 nextjs 搭建我的博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-26 - **Last Updated**: 2025-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). ## Getting Started First, run the development server: ```bash # 启动命令 pnpm dev ``` ```格式化配置 https://www.prettier.cn/ # prettier 1.不想format的code,用prettier-ignore在代码上方注释 2.prettier --cache --write src ```