Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.03 KB

🌍 Planet Player

Deemed to be a web based player with all modern features so no need to download local players.

Live on: https://playplanet.vercel.app

Check List

  • ✅ Modern UI
  • ✅ Working Player
  • ✅ Themes
  • ✅ Queue System
  • ✅ Resume where you left
  • ⭕ Offline Mode (work without internet)
  • ⭕ PWA app
  • ⭕ Play from URL Source
  • ⭕ Support for Subtitles
  • ⭕ Support for mkv files
  • ⭕ Support for Mobile Devices
  • ⭕ Play from YouTube
  • ⭕ Custom Themes
  • ⭕ Fixing Bugs/Glitches

Screenshot

screenshot

How to Build?

built with npm so to make a custom build use

cd src
npm run build

the static site will be generated in dist folder

How to Run?

built with vite to run the development server use

cd src
npm run dev

Credits