Skip to content

運動火腿是一個專為運動愛好者設計的平台,讓大家聚在一起分享運動樂趣。無論是跑步、瑜伽或健身,都能在這裡找到夥伴,一同參與各種活動,享受健康生活與社交的結合。

Notifications You must be signed in to change notification settings

Dannyisadog/undou

Repository files navigation

Getting Started

  1. Create a .env file in the root of the project and add the following
  cp .env.example .env
  1. Generate auth secret key
  npx auth secret
  1. Fill up your google & github client id & secret in .env
  ...
  AUTH_GOOGLE_ID=xxxx
  AUTH_GOOGLE_SECRET=xxxx
  ...
  1. Create your Resend api key for email service in .env
  ...
  RESEND_API_KEY=xxxx
  ...
  1. Install dependencies
  yarn install
  1. Start postgres database
  docker-compose up -d
  1. Run the development server:
  yarn dev

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

About

運動火腿是一個專為運動愛好者設計的平台,讓大家聚在一起分享運動樂趣。無論是跑步、瑜伽或健身,都能在這裡找到夥伴,一同參與各種活動,享受健康生活與社交的結合。

Resources

Stars

Watchers

Forks

Languages