User dashboard for Zibot project
Click to expand
- Clone the repo
- Rename the file
.env.local.exampleto.envor.env.local - If you use localhost, keep the default value. If you deploy to server such as Vercel or Render, copy its
address and paste in
NEXTAUTH_URL - Go to your application in Discord Developer
- Navigate to the OAuth2 tab, copy the Client ID and Client Secret and paste them to the environment variable.
- Make sure
NEXTAUTH_URLis the same as Redirect URL in your discord app. - Finally, run the project by using the following command
npm install
npm run build
npm run start