Skip to content

MehulZR/Chatty

Repository files navigation

Installation

Install the dependencies of the project.

pnpm i

Environment Variables

These env variables need to be defined for proper functioning of the app.

  • JWT_KEY
  • ORIGIN
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_CALLBACK_URL
  • PUSHER_APP_ID
  • PUSHER_APP_KEY
  • PUSHER_APP_SECRET
  • PUSHER_APP_CLUSTER
  • NEXT_PUBLIC_PUSHER_APP_KEY
  • NEXT_PUBLIC_PUSHER_APP_CLUSTER
  • DATABASE_URL

Getting Started

  • To spin up the project in development mode.
pnpm run dev

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