Getting Started
Getting Started with QuizGame
This guide will help you set up and run QuizGame locally in under 10 minutes.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js 20 or higher — Download here
- npm (comes with Node.js)
- Git — Download here
You'll also need accounts for these services:
- Supabase — Sign up for free
- Stripe — Sign up for free (test mode is sufficient)
- PartyKit — Sign up for free
Installation
Clone the repository and install dependencies:
Last updated on