Welcome to Solo Leveling Season 3 ! A modern anime streaming platform built with Next.js 15 and Tailwind CSS, featuring AniList integration, anime bookmarking, skip intro/outro functionality, and more.
- AniList Integration: Link your AniList account to view your saved anime .
- Bookmarking: Save your favorite episodes (bookmarking is currently local and not linked to AniList yet).
- Skip Intro/Outro: Skip anime intros and outros for a smoother experience.
- Watch anime: still use our trusty old player solo leveling season 3.
- Node.js (v18.0.0 or higher)
- Yarn (Recommended) or npm
git clone https://github.com/anime-kun32/AniTeams.git
cd aniteamsUsing Yarn:
yarn installUsing npm:
npm installNEXT_PUBLIC_API_BASE_URL=https://youraniwatch-api.com # https://github.com/ghoshRitesh12/aniwatch-api
NEXT_PUBLIC_CONSUMET_BASE_URL=https://your-consumet.com # your consumet api url base
NEXT_PUBLIC_ANILIST_CLIENT_ID=your-anilist-client-id
NEXT_PUBLIC_DEPLOYMENT_URL=https://http://localhost:3000 # your prodoction url After setting up, run the development server using the following command:
Using Yarn:
yarn devUsing npm:
npm run devApp should now be running on http://localhost:3000.
- sign up and registration
- PWA support
- full anilist integration with anilist
- Bookmark
- resume watching
- And lots more !! Any more features mention in issues or make a pull request
As always any issues or contributions you want to make list them or make a pull request .
