You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Sonic Stream
Spotify-inspired music UI built with React, JavaScript, Vite, Clerk, and React Router.
## Setup
1. Install dependencies with `npm install`
2. Copy `.env.example` to `.env`
3. Set `VITE_CLERK_PUBLISHABLE_KEY` to your Clerk publishable key
4. Start the app with `npm run dev`
## Current behavior
- The app is fully open even without Clerk configured
- Clerk sign-in/sign-up appears automatically when `VITE_CLERK_PUBLISHABLE_KEY` is present
- Guest mode is available as a local toggle
- 12 playable seeded songs are already included in `src/data/tracks.js`
- Liked songs are stored in local storage and appear in `Liked Songs` and `Your Library`
# sonic-stream