Getting started
Install Selection Room and launch the web app in under five minutes.
Get the simulator running with sample data. No CFBD API key is required for the first run.
What this page covers
- Clone and install
- Run sample data
- Launch the Next.js web app
- Where outputs land on disk
1. Install
git clone https://github.com/XavierAgostino/cfp-selection-simulator.git
cd cfp-selection-simulator
make setupVerify your environment:
sroom doctorNote
A missing CFBD API key is fine for sample data. Doctor may warn but still pass.
2. Run sample data
make demoEquivalent:
sroom run --year 2025 --week 15 --sample3. Launch the web app
From the repo root:
make webOpen the local URL shown in the terminal. The setup wizard walks you through first-run configuration when pipeline data is missing.
4. Inspect outputs
sroom outputs --latestArtifacts land under data/output/ (rankings, fields, brackets, audits, manifests).
Tip
Prefer the UI? Run make web after make demo and explore Dashboard, Rankings, and Bracket without touching the CLI again.