laqieer/fe-decomp-portal

GitHub: laqieer/fe-decomp-portal

火焰纹章资源提取与逆向工程门户

Stars: 4 | Forks: 0

这是一个使用 `create-next-app`(《创建 Next.js 应用》)初始化的 [Next.js](https://nextjs.org/) 项目。 ## 入门 首先,运行开发服务器: ``` npm run dev # 或 yarn dev # 或者 pnpm dev ``` 使用您的浏览器打开 [http://localhost:3000](http://localhost:3000) 来查看结果。 您可以通过修改 `pages/index.tsx` 来开始编辑页面。文件编辑时页面会自动更新。 [API 路由](https://nextjs.org/docs/api-routes/introduction) 可以在 [http://localhost:3000/api/hello](http://localhost:3000/api/hello) 上访问。此端点可以在 `pages/api/hello.ts` 中编辑。 `pages/api` 目录映射到 `/api/*`。此目录中的文件被视为 [API 路由](https://nextjs.org/docs/api-routes/introduction) 而不是 React 页面。 此项目使用 `next/font`(《Next.js 字体》)来自动优化和加载 Inter,一个自定义的 Google 字体。 ## 学习更多 要了解更多关于 Next.js 的信息,请查看以下资源: - [Next.js 文档](https://nextjs.org/docs) - 了解 Next.js 功能和 API。 - [学习 Next.js](https://nextjs.org/learn) - 一个交互式的 Next.js 教程。 您可以查看 [Next.js 的 GitHub 仓库](https://github.com/vercel/next.js/) - 欢迎您的反馈和贡献! ## 在 Vercel 上部署 部署您的 Next.js 应用最简单的方法是使用 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) 获取更多详细信息。
标签:API, DNS解析, Google Font, Next.js 框架, npm, pnpm, React, Syscalls, Vercel 部署, Web 应用, yarn, 开发教程, 开发环境, 开源项目, 社区贡献, 自定义字体, 项目启动