A Svelte.js based music streaming application. Made possible with the inclusion of the unofficial JioSaavn API.
If you're looking forward to contribute to this project, execute these commands after cloning the repository into your system -
npm install
# or "npm i" to install all the dependencies first
npm run dev
# this will start the server in your terminal
Once you've started the development server, you'll be able to access the project at http://localhost:5173
You can now start making changes to the project and they'll be reflected in the browser window immediately.
To create a production version, execute this following command:
npm run build
You can preview the production build with npm run preview
.
Thank you for reading this far!