This is a Next.js project bootstrapped with create-next-app.
Run the following command based on your package manager:
npm install
then
npm run dev # Using npm
yarn dev # Using Yarn
pnpm dev # Using pnpm
bun dev # Using Bun
Then, open http://localhost:3000 in your browser.
📌 Refer to Next.js deployment documentation for more details.
主要由 Next.js 進行開發。
使用以下指令:
npm install
然後
npm run dev # Using npm
yarn dev # Using Yarn
pnpm dev # Using pnpm
bun dev # Using Bun
然後,打開 http://localhost:3000 即可。
📌 可至 Next.js 官方文件找到更多詳細資訊。