Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 2.04 KB

README.md

File metadata and controls

75 lines (54 loc) · 2.04 KB

Fantasy League

Custom Fantasy tournament generator

Table of Contents
  1. About The Project
  2. Getting Started
  3. Information

Built With

(back to top)

Information

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.

image image image

Installation

  1. Clone the repo
    git clone https://github.com/FlorjanKlancar/fantasy-league
  2. Install NPM packages
    npm install
  3. Run project
    npm run dev

(back to top)