Rhythm is a web platform used to share music with other users . it is made using sveltkit and firebase . I made this for my Main Project during my Bachelor of Computer Applications in 2024
Note: the Ui is not Optimized for SmartPhones
Currently only supported for PC & Tablets
live demo : https://rhythm-three.vercel.app/auth
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
then inside .env file put the env variable of your firebase project
VITE_APIKEY =
VITE_AUTHDOMAIN =
VITE_STORAGEBUCKET =
VITE_MESSAGESENDERID =
VITE_APPID =
" npm run dev " to run the project
# or start the server and open the app in a new browser tab
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
.