Get the quiz application running in minutes.
- Node.js 24.x
- Vite+ (
vp)
-
Clone the repository
git clone <repository-url> cd stage-flow-tools
-
Install dependencies
vp install
-
Configure environment
cp .env.example .env
-
Start development server
vp run dev
- Quiz Interface: http://localhost:3000
- Admin Dashboard: http://localhost:3000/admin
- Live Results: http://localhost:3000/admin/results
- Leaderboard: http://localhost:3000/admin/leaderboard
- Database Admin: http://localhost:3000/admin/database
- Username: admin
- Password: 123
- Local Development Setup - Detailed development configuration
- Production Deployment - Deploy to production
- Architecture Overview - Understand the system