Skip to content

Latest commit

 

History

History
executable file
·
51 lines (34 loc) · 503 Bytes

README.md

File metadata and controls

executable file
·
51 lines (34 loc) · 503 Bytes

Next.js Discord Auth

Start Downloading Project

git clone https://github.com/kardespro/nextjs-discord-auth
cd nextjs-discord-auth

Download Modules

npm i -y

Configure

//config.ts 

export const API_HOST = "api url"

Start Frontend Server

npm run nego

Deploy Backend Server

cd backend

Download Modules

npm i 

Fill Sections in index.js

Start Server

node . 
##or
node index.js