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.
git clone https://github.com/Diveshmahajan4/AnimeHub.git
docker build -t animehub .
docker run -p 3000:3000 animehub
npm install
DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=
For docker add env variables without the "
.
npm run dev