Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 766 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 766 Bytes

AnimeHub

Anime Hub is your one-stop destination for all things anime. Dive into a world of captivating stories, exciting adventures, and colorful characters. It offers a massive library of your favorite anime series and movies.

Deploy with Vercel

TechStack:

My Skills

Cloning the repository

git clone https://github.com/Diveshmahajan4/AnimeHub.git

Install packages

npm install

Setup .env file

DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

Start the app

npm run dev