Raspberry Pi 4 Installation - BlueJayADAL/JayRadar GitHub Wiki
First step is to visit the Raspberry Pi Website and download the imager. Then install the latest Raspbian 64 bit Operating System. THIS WILL NOT WORK ON 32 BIT!
sudo apt-get update
sudo apt-get upgrade
sudo apt-get auto-removeClone the repository, and run
cd ./api
pip3 install -r requirements.txtcd ../client
sudo apt-get install npm
sudo npm install
sudo npm run buildYou may have to install pip with:
sudo apt install -y python3-pip
pip3 install --upgrade pip