Web-based Spotify player powered by Svelte and Go, designed to run on Raspberry Pi devices.
To get started in development mode, follow these steps:
cd player
npm install
cd ../ && make start-dev
Subsequent builds only execution of make start-dev
command is needed, as npm install
is needed to installed dependencies needed by frontend.
Open frontend application in browser using this url: http://0.0.0.0:8080/
make start