Skip to content

Quick Start

Get up and running with reSCRP in just a few minutes.

1. Clone and Setup

# Clone the repository
git clone https://github.com/break-through-cancer/reSCRP.git
cd reSCRP

# Copy environment configuration
cp .env.example .env
See Configuration for detailed setup options.

2. Start with Docker

# Start all services
docker compose up --build

3. Verify Installation

Open your browser to http://localhost:3000

You should see the reSCRP homepage with available study modules.

4. Explore the TCM Module

See Tutorial-TCM for a detailed walkthrough of the T-Cell Map module.