Karaoke, redefined.
By day, your home. By night, the sickest club in the world. And you own it.
This repository contains two separate projects:
- Purpose: Marketing/landing site
- Deployment: Vercel (deploys from root automatically)
- Database: None (no Prisma)
- Routes:
/,/app,/download,/faq,/terms,/privacy
- Purpose: Main player application bundled with Tauri
- Deployment: Bundled with Tauri desktop app (not deployed to Vercel)
- Database: SQLite (via Prisma)
- Routes:
/player,/share,/profile,/screenshots,/video-test,/lyrics-test,/api/*
npm install
npm run devcd player-app
npm install
npm run dev # Runs on port 3001
npm run dev:tauri # Runs with TauriThe site builds automatically on Vercel when you push to the repository.
cd player-app
npm run build:app # Builds Next.js and Tauri appMIT