- Fetch latest source code from master branch.
git clone https://github.com/Khushal-ag/infinitunes
cd infinitunes
- Rename .env.example => .env.local, add your own JioSaavn API Endpoint.
VITE_JIOSAAVN_ENDPOINT = "https://saavn.me" <- change this
- Run the app with VS Code or the command line:
pnpm i
pnpm dev
Warning You need to have Docker installed on your system. You might need to run the following commands with
sudo
depending on your system.
- Start Docker daemon (Skip if already running)
sudo dockerd
- Build the image
docker build -t infinitunes .
- Run the image
docker run -p 4173:4173 infinitunes
-
Open http://localhost:4173 to view it in the browser.
-
Stop the container
docker ps
docker stop <container-id>
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.