- Fetch latest source code from master branch.
git clone https://github.com/rajput-hemant/infinitunes
cd infinitunes
- Rename .env.example => .env.local, add your own JioSaavn API Endpoint.
JIOSAAVN_API_URL=https://jiosaavn-api-ts.vercel.app # <- change this to your own API URL
NEXT_PUBLIC_JIOSAAVN_API_URL=https://jiosaavn-api-ts.vercel.app # <- change this to your own API URL
- Run the app with VS Code or the command line:
bun i
bun dev
You can deploy your own hosted version of infinitunes
. Just click the link below to deploy a ready-to-go version to Vercel.
Note: It may take up to 24h for the contrib.rocks plugin to update because it's refreshed once a day.