Welcome to Brix V2
Brix V2 is a comprehensive sports management platform built with Next.js 15, React 19, and modern web technologies. This documentation will help you get up and running quickly.
Quick Start
- 1Clone the repository and install dependencies
- 2Set up your environment variables
- 3Initialize the database
- 4Start the development server
Installation
# Clone the repository
git clone <repository-url>
cd -BrixsV2
# Install dependencies
npm install
# Copy environment variables
cp .env.example .env.local
# Initialize database
npm run db:push
# Start development server
npm run dev⚠️ Prerequisites
- Node.js 18.x or higher
- npm or yarn package manager
- Git for version control