Skip to content

JaxonDevs/Discomatic

Repository files navigation

Discomatic

Discomatic is a full-stack Discord clone application, following the tutorial by Code With Antonio.

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/JaxonDevs/Discomatic.git
    cd Discomatic
  2. Install the dependencies:

  npm install
  1. Setup .env Make a .env file in the projects root directory and make it include
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

DATABASE_URL=

UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=

LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
NEXT_PUBLIC_LIVEKIT_URL=

Clerk

Supabase

UploadThing

LiveKit (HAVE NOT TESTED PROPERLY)

  1. Time to run it:
    npm run dev

About

Following code Code With Antonio's full stack discord tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages