Skip to content
Steve edited this page Jun 22, 2021 · 60 revisions

🎷 moo is a simple and powerful browser music player for everyone.

Install

⚠️ Basic shell skills required

⚠️ Python 3 🐍 required

  1. Open a shell and clone moo

    $ git clone https://github.com/siznax/moo.git
  2. Install moo dependencies

    $ cd moo
    $ python3 setup.py

Start moo

Run moo/start.sh

$ cd moo
$ ./start.sh

Visit http://localhost:5000 in your browser and rock on 😎

Clone this wiki locally