Modern point-of-sale and club management system for sports facilities, entertainment venues, and multi-location businesses.
# Install dependencies
bun install
# Set up environment
cp .env.example .env.local
# Add your Supabase credentials to .env.local
# Start development server
bun run dev
Visit http://localhost:5173 to see the app.
bun run dev # Start dev server
bun run build # Build for production
bun run check # Type check and lint
bun run test # Run tests
Deploy to Vercel with one click. Add your environment variables in the Vercel dashboard.
MIT