quick install

spacecruft
Jeff Moe 2022-05-02 21:09:54 -06:00
parent 34680977de
commit 7050f72179
1 changed files with 22 additions and 0 deletions

View File

@ -1,6 +1,28 @@
# 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: