Skip to content

cou723/digi-sync

Repository files navigation

DigiSync

How to run dev server

  1. set ./front/.env.development.local
NEXT_PUBLIC_GOOGLE_SECRET= /* Your Google Auth Secret */
NEXT_PUBLIC_GOOGLE_ID=/* Your GoogleAuth ID */
  1. cd front
  2. pnpm run dev