這是一個 [Next.js](https://nextjs.org) 專案,使用 [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) 初始化。 ## 開始使用 首先,啟動開發伺服器: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` 使用瀏覽器打開 [http://localhost:3000](http://localhost:3000) 以查看結果。 您可以透過修改 `app/page.js` 來開始編輯頁面。檔案修改後,頁面會自動更新。 此專案使用 [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) 來自動優化並載入 [Geist](https://vercel.com/font),這是 Vercel 的新字體系列。 ## 了解更多 若要深入了解 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 應用程式最簡單的方法是使用 [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 的創建者所提供的。 查看我們的 [Next.js 部署文件](https://nextjs.org/docs/app/building-your-application/deploying) 以了解更多詳細資訊。 --- **免責聲明**: 本文件已使用 AI 翻譯服務 [Co-op Translator](https://github.com/Azure/co-op-translator) 進行翻譯。儘管我們致力於提供準確的翻譯,請注意自動翻譯可能包含錯誤或不準確之處。原始文件的母語版本應被視為權威來源。對於關鍵信息,建議使用專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或誤釋不承擔責任。