Beat detection engine for switching lights on and off on a LED cord with groove
- Install docker
curl -sSL https://get.docker.com | sh - If not root, add the user to the docker group
sudo usermod -aG docker $USERand log back in - Launch the container
./launch.sh
Inside the container the ./docker/start.sh script is started