You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README for public release preparation
- Update tech stack versions to reflect current dependencies (Laravel 12, Livewire 3, Flux UI 2, Tailwind CSS 4, Pest 3, Vite 7)
- Clarify buzzer integration using Pinout package with GPIO pins
- Document Laravel Reverb as the WebSocket solution instead of Pusher/Ably/Soketi
- Add missing components (HostControl, Leaderboard, VolunteerPicker) to key components list
- Correct API endpoint documentation from POST to GET with proper parameters
- Include volunteer picker and specific sound effects in features list
- Update development server address to 0.0.0.0:8000
- Add Reverb to the list of services started by composer run dev
Copy file name to clipboardExpand all lines: README.md
+28-23Lines changed: 28 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Laravel Jeopardy 🎮
2
2
3
-
A live, interactive Jeopardy game built with Laravel 12, Livewire, and Flux UI - designed for Laravel Live Denmark and other live events.
3
+
A live, interactive Jeopardy game built with Laravel 12, Livewire 3 with Flux UI, and Tailwind CSS 4 - designed for Laravel Live Denmark and other live events.
0 commit comments