MusicBingo brings your favorite tunes to life in an exciting guessing game! 🎯 Each card features a QR code linked to a music track—scan it 📲 to hear the song, and use the clues on the other side, including the artist 🎤, year 📅, and track name 🎼, to make your guess. Challenge your music knowledge 🎧, compete with friends 👫, and discover new tracks 🌟 in this fun and engaging game. Whether you're a music aficionado or just love a good tune, MusicBingo is the perfect blend of trivia and melody. 🎉 Ready to play? Let the guessing begin! 🥳
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
##Developing Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.