Skip to content

Installation

Prerequisites

  • Docker
  • Python 3.14 (for core development)
  • Node.js 22+ (for student development)

Quick Start

git clone https://github.com/cobel1024/minima && cd minima
chmod +x dev.sh
./dev.sh up

This will:

  1. Start core backend services
  2. Bootstrap Django with sample data
  3. Start student frontend

Access

Additional Services

Development

  • shortcuts
./dev.sh up      # Start all services
./dev.sh down    # Stop all services
./dev.sh clean   # Stop and remove volumes
./dev.sh stop    # Stop all services
./dev.sh restart # Restart all services
./dev.sh logs    # View logs