Skip to content

geedamiani/emcampoapp

Repository files navigation

EmCampo App

A sports team management application built with Next.js and Supabase.

Features

  • User authentication (sign up & login)
  • Team management
  • Player statistics tracking
  • Match records
  • Opponent tracking

Getting Started

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Copy .env.example to .env.local
    • Add your Supabase credentials
  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser

Tech Stack

  • Framework: Next.js 16
  • Authentication: Supabase
  • UI Components: Radix UI + Tailwind CSS
  • Forms: React Hook Form + Zod
  • Charts: Recharts

Deployment

This app is designed to be deployed on Vercel.

Releases

No releases published

Packages

 
 
 

Contributors