Loading repository data…
Loading repository data…
FellipeScrup / repository
# Discord-Clone Uma réplica virtual extremamente similar ao aplicativo de videochamadas Discord. Será feito utilizando React, Next.js, Socket.io,Prisma, Tailwind, MySQL. Estou apenas adicionando os componentes do next.js que vou utilizar para esse projeto.
Features:
Node version 18.x.x
git clone https://github.com/FellipeScrup/Discord-Clone.git
npm i
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
DATABASE_URL=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
NEXT_PUBLIC_LIVEKIT_URL=
Add MySQL Database (I used PlanetScale)
npx prisma generate
npx prisma db push
npm run dev
Running commands with npm npm run [command]
| command | description |
|---|---|
dev | Starts a development instance of the app |