@extends('admin.layouts.app') @section('styles') @endsection @section('content') @include('admin.layouts.alert')

{{ $league->name }}

Local testing tools for demo auctions. Not part of the production live control UI.

After seeding

  1. cd icl-node && npm run bootstrap:demo -- {{ $league->id }}
  2. cd icl-node && npm run audit:demo -- {{ $league->id }}
  3. Login as admin, open this league, and use Open Auction if not live yet.
  4. Use Live Control for auction flow; open Demo Bid Simulator in a separate tab to place bids.
@endsection