Table of Contents
Panacea 結合了營養師、心理師、職涯教練的媒合功能,提供完善的身心靈健康建議,為追求更好自我和生活品質的人們搭建一個良好的溝通管道。
Node.js 版本建議為:20.11.1
以上
- Clone the repo
git clone https://github.com/hex-2024-panacea/Panacea-Frontend
- Install packages
pnpm install
- 環境變數設定,複製
.env.example
檔案,並根據.env
內容設置環境變數cp .env.example .env.local
NEXT_PUBLIC_API_URL= # API_URL
pnpm dev
Open http://localhost:3000 with your browser to see the result.
pnpm build
pnpm start
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.