Authify

live app at: https://www.discordbot.tech/ Authify, our Ultimate Solution for User Management and Authentication on Discord.

This repo only contains the frontend portion of the code

Getting Started

image

Environment Setup

create .env.local at root directory

# .env.local
NEXT_PUBLIC_BASE_API_URL=https://yourApiuri

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.