cabana/README.md

35 lines
518 B
Markdown
Raw Permalink Normal View History

2022-05-02 20:25:04 -06:00
# cabana
This is a lesser fork of upstream cabana.
2022-05-02 21:09:54 -06:00
# 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
```
2022-05-02 20:25:04 -06:00
# 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`.