ws281x LED strip controller with web-based GUI for Raspberry Pi made using Svelte and FastAPI
Warning
The neopixel library requires root access
config.example.json
to config.json
and edit it to suit your needsserver
dependencies by runningsudo poetry install
client
folder runnpm i
npm run build
sudo poetry run python -m server
Note
To change the base URL editclient/src/request.js