Start Downloading Project
git clone https://github.com/kardespro/nextjs-discord-auth
cd nextjs-discord-authDownload Modules
npm i -yConfigure
//config.ts
export const API_HOST = "api url"Start Frontend Server
npm run negoDeploy Backend Server
cd backendDownload Modules
npm i Fill Sections in index.js
Start Server
node .
##or
node index.js