# cabana This is a lesser fork of upstream cabana. # Install Install on Debian stable (Bullseye/11). ``` # Get deps sudo apt update sudo apt install yarnpkg # Clone repo git clone git@spacecruft.org:retropilot/cabana.git cd cabana # Setup yarnpkg yarnpkg run sass # In another term: yarnpkg start # Firewall open 3001/TCP ``` # Upstream This is forked from RetroPilot which is forked from OpenPilot: * https://github.com/retropilot/cabana * https://github.com/commaai/cabana See also `README-upstream.md`.