Development Setup
Run API and database locally
git clone https://github.com/battle-cup-org/battle-cup-api
cd battle-cup-api
docker-compose up
Frontend Development
Run the web application
git clone https://github.com/battle-cup-org/battle-cup-frontend
cd battle-cup-frontend
npm install && npm run dev
Production Deployment
Deploy the complete platform
git clone https://github.com/battle-cup-org/battle-cup-infrastructure
cd battle-cup-infrastructure/docker-compose
docker-compose -f docker-compose.prod.yml up