Skip to content

dominickm/katy-player

 
 

Repository files navigation

Katy Player

How to use

Using docker and docker-compose

Clone the repository and run

docker-compose up

Then open a browser on http://localhost:3000

If docker doesn't expose ports on localhost, you need to change the URL accordingly in config.json and rebuild the docker images:

docker-compose up --build

Using the pre-built bundle

  • Install python3 if you don't have it already
  • Download and extract this pre-built bundle
  • Run the youtube-dl bridge: python3 bundle/api_server/server.py
  • Run a simple web server for the client app, e.g.: cd bundle/app && python3 -m http.server 3000
  • Open a browser on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.4%
  • CSS 9.6%
  • Python 4.1%
  • HTML 3.9%