# {{projectName}}

{{description}}

这是一个使用 [Next.js](https://nextjs.org/) 创建的项目，通过 [VibeCLI](https://github.com/vibetemplate/vibecli) 生成。

## 快速开始

首先，运行开发服务器：

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

在浏览器中打开 [http://localhost:3000](http://localhost:3000) 查看结果。

您可以通过修改 `src/app/page.tsx` 开始编辑页面。文件保存时页面会自动更新。

## 了解更多

要了解更多关于 Next.js 的信息，请查看以下资源：

- [Next.js 文档](https://nextjs.org/docs) - 了解 Next.js 功能和 API。
- [学习 Next.js](https://nextjs.org/learn) - 交互式 Next.js 教程。

您可以查看 [the Next.js GitHub repository](https://github.com/vercel/next.js/) - 欢迎您的反馈和贡献！

## 部署到 Vercel

部署您的 Next.js 应用程序最简单的方法是使用 [Vercel 平台](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme)。

查看我们的 [Next.js 部署文档](https://nextjs.org/docs/deployment) 了解更多详情。

---

通过 [VibeCLI](https://github.com/vibetemplate/vibecli) 创建 ⚡