Skip to content

Repository files navigation

AniList Franchise Aggregator

This is a Next.js application optimized for Vercel deployment.

Vercel Deployment Instructions

  1. Push to GitHub: Create a new repository and push this code.
  2. Import to Vercel: Connect your GitHub account and import the repository.
  3. Configure Environment Variables:
    • ANILIST_CLIENT_ID: 37867
    • ANILIST_CLIENT_SECRET: 8hwjrNbeFMzeiPeELAeLgZeG45IXNjO7AomsU1kY
    • NEXTAUTH_URL: Your Vercel deployment URL (e.g., https://your-app.vercel.app)
    • NEXTAUTH_SECRET: A random string for session encryption.
  4. Update AniList Redirect URL:
    • Go to AniList API Settings.
    • Update the Redirect URL to: https://your-app.vercel.app/api/auth/callback/anilist.

Local Development

  1. Install dependencies: npm install
  2. Run dev server: npm run dev
  3. Open http://localhost:3000

Releases

Packages

Contributors

Languages