Custom Fantasy tournament generator
Vercel Deploy: https://fantasy-league-pi.vercel.app/
Table of Contents
Fantasy League application offers option to sign in using Google or email/password via Supabase Auth. The app is powered by the T3 Stack, which includes Next.js, TypeScript, Tailwind CSS, tRPC, Prisma, and NextAuth.js. Create or join tournaments, invite friends, and track live scores. Currently, Fantasy League supports the LEC (League of Legends EMEA Championship) and custom-made tennis tournaments, making it the perfect platform for sports enthusiasts.
- Clone the repo
git clone https://github.com/FlorjanKlancar/fantasy-league
- Install NPM packages
npm install
- Run project
npm run dev