
Welcome to AniTeams verison 2 ! A modern anime streaming platform built with Next.js 15 and Tailwind CSS, featuring AniList integration, anime bookmarking, skip intro/outro functionality, and more.
git clone https://github.com/anime-kun32/AniTeams.git
cd aniteams
Using Yarn:
yarn install
Using npm:
npm install
NEXT_PUBLIC_CONSUMET_BASE_URL=
NEXT_PUBLIC_ANILIST_CLIENT_ID=
NEXT_PUBLIC_DEPLOYMENT_URL= # your prodoction url
NEXT_PUBLIC_HIANIME_MAPPER_URL= # https://github.com/anime-kun32/hianime-mapper
NEXT_PUBLIC_ANILIST_CLIENT_SECRET=
NODE_ENV=production
FIREBASE_SERVICE_ACCOUNT_KEY=
NEXT_PUBLIC_PLAYER= # https://github.com/anime-kun32/aniteams-player
The FIREBASE_SERVICE_ACCOUNT_KEY is required , get it from firebase and then compress it to a single line.If this is not available, you will encounter an error when trying to run this.
After setting up, run the development server using the following command:
Using Yarn:
yarn dev
Using npm:
npm run dev
app should now be running on http://localhost:3000.
or
## 🚀 Deploy AniTeams to Vercel
Click the button below to instantly deploy AniTeams to Vercel.
make sure you fill the required variables
A star ⭐ will also be appreciated.
As always any issues or contributions you want to make list them or make a pull request.