This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
[!NOTE] 这是一个说明(Note)示例,用于展示引用块的 admonition 风格。
支持多段文本与行内代码
const x = 1。
[!WARNING] 这是一个警告(Warning)示例,适用于提示可能产生问题的情况。
请谨慎操作并阅读相关文档。
[!TIP] 这是一个提示(Tip)示例,用于给出有用建议或最佳实践。
# 示例代码块
npm install
npx next build
npx next start -p 3011