Contributors Forks Stargazers Issues

Table of Contents
  1. About The Project
  2. Built With
  3. Getting Started
  4. Prerequisites
  5. Installation
  6. Environment Variables
  7. Running and Deploying
  8. Running the Project
  9. Deployment
  10. Project Tree
  11. Documentation
  12. Members
  13. Project Status

About The Project

Panacea 結合了營養師、心理師、職涯教練的媒合功能,提供完善的身心靈健康建議,為追求更好自我和生活品質的人們搭建一個良好的溝通管道。

Built With

  • React
  • Next
  • AntDesign
  • Vercel
  • Zustand

Getting Started

Prerequisites

Node.js 版本建議為:20.11.1 以上

Installation

  1. Clone the repo
    git clone https://github.com/hex-2024-panacea/Panacea-Frontend
  2. Install packages
    pnpm install
  3. 環境變數設定,複製 .env.example 檔案,並根據 .env 內容設置環境變數
    cp .env.example .env.local

(back to top)

Environment Variables

NEXT_PUBLIC_API_URL= # API_URL

Running and Deploying

Running the Project

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Deployment

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.

(back to top)

Project Tree

Documentation

Members

Project Status