1. Check the API is running
2. Get a Supabase JWT
Sign in via Supabase Auth to obtain a Bearer token. See Authentication.3. Sit at a table
4. Get the game state
5. Advance to the Hole stage
gameState: "STATUS_HOLE" and
four dealt hands in the hands array.
6. Place a bet
Bet 50 chips on hand index 0 (the first hand):Next steps
- Game States — understand the full game lifecycle
- Card Notation — how cards are represented in the API
- Full API Reference — all endpoints
