The selseus terminal
Installing this is just one of the most simplest tasks
-
Get the source
git clone https://github.com/selseus/terminal.git
-
Change working directory
cd terminal
-
Install dependencies
npm install
-
Run it
npm start
-
Compile the React app
npm run build
-
Stop the running processes
systemctl --user disable --now selseus.service
and reboot
sudo reboot
-
Transfer the generated
/build
directory to the Piscp -r build pi@<IP address of Pi>:/home/pi/selseus
-
Change the scripts, if any, inside that directory
-
Restart the service
systemctl --user enable --now selseus.service