#!/usr/bin/env bash # Start the LED controller web server (port 80 by default). cd "$(dirname "$0")/.." export PORT="${PORT:-80}" pipenv run run